#2B7432

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

Shades of Japanese Laurel #2B7432

Tints of Japanese Laurel #2B7432

Color information

#2B7432 (or 0x2B7432) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 74 and 32. RGB value is (43,116,50). Sum of RGB (Red+Green+Blue) = 43+116+50=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7432 is #D48BCD. Grayscale: #565656. Windows color (decimal): -13929422 or 3306539. OLE color: 3306539.

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

Color convert

RGB4311650-
CMYK0.6300.570.55
HSL125.75º45.91%31.18%-
HSV(B)125.75º62.93%45.49%-
XYZ7.8213.235.16-
YUV86.65107.3296.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=20.57%
G=55.50%
B=23.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43116500.6300.570.55125.7545.9131.18
Hex2B74323F039377e2e1f
Octal531646277071671765637
Binary10101111101001100101111110111001110111111111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,116,50); }

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

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

 a { background-color: rgb(43,116,50); }

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

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

 span { border-color: rgb(43,116,50); }

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