#2D742E

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

Shades of Japanese Laurel #2D742E

Tints of Japanese Laurel #2D742E

Color information

#2D742E (or 0x2D742E) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 74 and 2E. RGB value is (45,116,46). Sum of RGB (Red+Green+Blue) = 45+116+46=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #2D742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D742E is #D28BD1. Grayscale: #575757. Windows color (decimal): -13798354 or 3044397. OLE color: 3044397.

HSL color Cylindrical-coordinate representation of color #2D742E: hue angle of 120.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D742E is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB4511646-
CMYK0.6100.600.55
HSL120.85º44.1%31.57%-
HSV(B)120.85º61.21%45.49%-
XYZ7.8213.254.73-
YUV86.79104.9898.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 116 (45.70% from 255) = 56.04%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=21.74%
G=56.04%
B=22.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45116460.6100.600.55120.8544.131.57
Hex2D742E3D03C37792c20
Octal551645675074671715440
Binary101101111010010111011110101111001101111111001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,116,46); }

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

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

 a { background-color: rgb(45,116,46); }

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

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

 span { border-color: rgb(45,116,46); }

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