#2D7429

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

Shades of Japanese Laurel #2D7429

Tints of Japanese Laurel #2D7429

Color information

#2D7429 (or 0x2D7429) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 74 and 29. RGB value is (45,116,41). Sum of RGB (Red+Green+Blue) = 45+116+41=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #2D7429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7429 is #D28BD6. Grayscale: #565656. Windows color (decimal): -13798359 or 2716717. OLE color: 2716717.

HSL color Cylindrical-coordinate representation of color #2D7429: hue angle of 116.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D7429 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB4511641-
CMYK0.6100.650.55
HSL116.8º47.77%30.78%-
HSV(B)116.8º64.66%45.49%-
XYZ7.7313.214.24-
YUV86.22102.4898.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.28%
GREEN value IS 116 (45.70% from 255) = 57.43%
BLUE value IS 41 (16.41% from 255) = 20.30%
R=22.28%
G=57.43%
B=20.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45116410.6100.650.55116.847.7730.78
Hex2D74293D0413775301f
Octal5516451750101671656037
Binary101101111010010100111110101000001110111111010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D7429; }

 p { color: rgb(45,116,41); }

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

<style>
 a { background-color: #2D7429; }

 a { background-color: rgb(45,116,41); }

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

<style>
 span { border-color: #2D7429; }

 span { border-color: rgb(45,116,41); }

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