#2B7526

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

Shades of Japanese Laurel #2B7526

Tints of Japanese Laurel #2B7526

Color information

#2B7526 (or 0x2B7526) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 75 and 26. RGB value is (43,117,38). Sum of RGB (Red+Green+Blue) = 43+117+38=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7526 is #D48AD9. Grayscale: #565656. Windows color (decimal): -13929178 or 2520363. OLE color: 2520363.

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

Color convert

RGB4311738-
CMYK0.6300.680.54
HSL116.2º50.97%30.39%-
HSV(B)116.2º67.52%45.88%-
XYZ7.7113.384.01-
YUV85.87100.9897.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=21.72%
G=59.09%
B=19.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117380.6300.680.54116.250.9730.39
Hex2B75263F0443674331e
Octal5316546770104661646336
Binary101011111010110011011111101000100110110111010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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