#2D702A

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

Shades of Japanese Laurel #2D702A

Tints of Japanese Laurel #2D702A

Color information

#2D702A (or 0x2D702A) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 70 and 2A. RGB value is (45,112,42). Sum of RGB (Red+Green+Blue) = 45+112+42=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #2D702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D702A is #D28FD5. Grayscale: #545454. Windows color (decimal): -13799382 or 2781229. OLE color: 2781229.

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

Color convert

RGB4511242-
CMYK0.6000.620.56
HSL117.43º45.45%30.2%-
HSV(B)117.43º62.5%43.92%-
XYZ7.2912.314.18-
YUV83.99104.3100.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.61%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=22.61%
G=56.28%
B=21.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112420.6000.620.56117.4345.4530.2
Hex2D702A3C03E38752d1e
Octal551605274076701655536
Binary10110111100001010101111000111110111000111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,42); }

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

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

 a { background-color: rgb(45,112,42); }

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

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

 span { border-color: rgb(45,112,42); }

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