#2D712B

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

Shades of Japanese Laurel #2D712B

Tints of Japanese Laurel #2D712B

Color information

#2D712B (or 0x2D712B) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 71 and 2B. RGB value is (45,113,43). Sum of RGB (Red+Green+Blue) = 45+113+43=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #2D712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D712B is #D28ED4. Grayscale: #545454. Windows color (decimal): -13799125 or 2847021. OLE color: 2847021.

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

Color convert

RGB4511343-
CMYK0.6000.620.56
HSL118.29º44.87%30.59%-
HSV(B)118.29º61.95%44.31%-
XYZ7.4212.544.32-
YUV84.69104.4799.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=22.39%
G=56.22%
B=21.39%

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
Decimal45113430.6000.620.56118.2944.8730.59
Hex2D712B3C03E38762d1f
Octal551615374076701665537
Binary10110111100011010111111000111110111000111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,113,43); }

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

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

 a { background-color: rgb(45,113,43); }

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

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

 span { border-color: rgb(45,113,43); }

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