#2D7A3C

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

Shades of Japanese Laurel #2D7A3C

Tints of Japanese Laurel #2D7A3C

Color information

#2D7A3C (or 0x2D7A3C) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 7A and 3C. RGB value is (45,122,60). Sum of RGB (Red+Green+Blue) = 45+122+60=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7A3C is #D285C3. Grayscale: #5C5C5C. Windows color (decimal): -13796804 or 3963437. OLE color: 3963437.

HSL color Cylindrical-coordinate representation of color #2D7A3C: hue angle of 131.69º 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 #2D7A3C is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB4512260-
CMYK0.6300.510.52
HSL131.69º46.11%32.75%-
HSV(B)131.69º63.11%47.84%-
XYZ8.8614.86.67-
YUV91.91109.9994.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 122 (48.05% from 255) = 53.74%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=19.82%
G=53.74%
B=26.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45122600.6300.510.52131.6946.1132.75
Hex2D7A3C3F03334842e21
Octal551727477063642045641
Binary1011011111010111100111111011001111010010000100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,122,60); }

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

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

 a { background-color: rgb(45,122,60); }

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

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

 span { border-color: rgb(45,122,60); }

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