#2d7739

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

Shades of Japanese Laurel #2D7739

Tints of Japanese Laurel #2D7739

Color information

#2D7739 (or 0x2D7739) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 77 and 39. RGB value is (45,119,57). Sum of RGB (Red+Green+Blue) = 45+119+57=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7739 is #D288C6. Grayscale: #595959. Windows color (decimal): -13797575 or 3766061. OLE color: 3766061.

HSL color Cylindrical-coordinate representation of color #2D7739: hue angle of 129.73º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7739 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB4511957-
CMYK0.6200.520.53
HSL129.73º45.12%32.16%-
HSV(B)129.73º62.18%46.67%-
XYZ8.4214.056.14-
YUV89.81109.4896.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=20.36%
G=53.85%
B=25.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45119570.6200.520.53129.7345.1232.16
Hex2D77393E03435822d20
Octal551677176064652025540
Binary1011011110111111001111110011010011010110000010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d7739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,119,57); }

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

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

 a { background-color: rgb(45,119,57); }

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

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

 span { border-color: rgb(45,119,57); }

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