#2D7B36

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

Shades of Japanese Laurel #2D7B36

Tints of Japanese Laurel #2D7B36

Color information

#2D7B36 (or 0x2D7B36) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 7B and 36. RGB value is (45,123,54). Sum of RGB (Red+Green+Blue) = 45+123+54=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7B36 is #D284C9. Grayscale: #5C5C5C. Windows color (decimal): -13796554 or 3570477. OLE color: 3570477.

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

Color convert

RGB4512354-
CMYK0.6300.560.52
HSL126.92º46.43%32.94%-
HSV(B)126.92º63.41%48.24%-
XYZ8.8314.995.92-
YUV91.81106.6694.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 123 (48.44% from 255) = 55.41%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=20.27%
G=55.41%
B=24.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45123540.6300.560.52126.9246.4332.94
Hex2D7B363F038347f2e21
Octal551736677070641775641
Binary101101111101111011011111101110001101001111111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,123,54); }

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

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

 a { background-color: rgb(45,123,54); }

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

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

 span { border-color: rgb(45,123,54); }

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