#1D7F2F

Color #1D7F2F Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #1D7F2F

Tints of Japanese Laurel #1D7F2F

Color information

#1D7F2F (or 0x1D7F2F) is unknown color: approx Japanese Laurel. HEX triplet: 1D, 7F and 2F. RGB value is (29,127,47). Sum of RGB (Red+Green+Blue) = 29+127+47=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F2F is #E280D0. Grayscale: #585858. Windows color (decimal): -14844113 or 3112733. OLE color: 3112733.

HSL color Cylindrical-coordinate representation of color #1D7F2F: hue angle of 131.02º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F2F is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB2912747-
CMYK0.7700.630.50
HSL131.02º62.82%30.59%-
HSV(B)131.02º77.17%49.8%-
XYZ8.6115.655.26-
YUV88.58104.5385.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 127 (50% from 255) = 62.56%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=14.29%
G=62.56%
B=23.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29127470.7700.630.50131.0262.8230.59
Hex1D7F2F4D03F32833f1f
Octal3517757115077622037737
Binary111011111111101111100110101111111100101000001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D7F2F; }

 p { color: rgb(29,127,47); }

 H1.HeaderClassName
 {
   color: #1D7F2F;
 }
 .AnyTagClassName
 {
   color: #1D7F2F;
 }
</style>
background-color css

<style>
 a { background-color: #1D7F2F; }

 a { background-color: rgb(29,127,47); }

 div.DivClassName
 {
   background-color: #1D7F2F;
 }
 .BgClassName
 {
   background-color: #1D7F2F;
 }
</style>
border-color css

<style>
 span { border-color: #1D7F2F; }

 span { border-color: rgb(29,127,47); }

 td.TdClassName
 {
   border-color: #1D7F2F;
 }
 .TagClassName
 {
   border-color: #1D7F2F;
 }
</style>