#2B7533

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

Shades of Japanese Laurel #2B7533

Tints of Japanese Laurel #2B7533

Color information

#2B7533 (or 0x2B7533) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 75 and 33. RGB value is (43,117,51). Sum of RGB (Red+Green+Blue) = 43+117+51=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7533 is #D48ACC. Grayscale: #575757. Windows color (decimal): -13929165 or 3372331. OLE color: 3372331.

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

Color convert

RGB4311751-
CMYK0.6300.560.54
HSL126.49º46.25%31.37%-
HSV(B)126.49º63.25%45.88%-
XYZ7.9613.485.31-
YUV87.35107.4896.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=20.38%
G=55.45%
B=24.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117510.6300.560.54126.4946.2531.37
Hex2B75333F038367e2e1f
Octal531656377070661765637
Binary10101111101011100111111110111000110110111111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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