#2B7524

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

Shades of Japanese Laurel #2B7524

Tints of Japanese Laurel #2B7524

Color information

#2B7524 (or 0x2B7524) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 75 and 24. RGB value is (43,117,36). Sum of RGB (Red+Green+Blue) = 43+117+36=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7524 is #D48ADB. Grayscale: #555555. Windows color (decimal): -13929180 or 2389291. OLE color: 2389291.

HSL color Cylindrical-coordinate representation of color #2B7524: hue angle of 114.81º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B7524 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB4311736-
CMYK0.6300.690.54
HSL114.81º52.94%30%-
HSV(B)114.81º69.23%45.88%-
XYZ7.6813.363.84-
YUV85.6499.9897.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 117 (46.09% from 255) = 59.69%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=21.94%
G=59.69%
B=18.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117360.6300.690.54114.8152.9430
Hex2B75243F0453673351e
Octal5316544770105661636536
Binary101011111010110010011111101000101110110111001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,36); }

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

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

 a { background-color: rgb(43,117,36); }

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

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

 span { border-color: rgb(43,117,36); }

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