#2D7023

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

Shades of Japanese Laurel #2D7023

Tints of Japanese Laurel #2D7023

Color information

#2D7023 (or 0x2D7023) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 70 and 23. RGB value is (45,112,35). Sum of RGB (Red+Green+Blue) = 45+112+35=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7023 is #D28FDC. Grayscale: #535353. Windows color (decimal): -13799389 or 2322477. OLE color: 2322477.

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

Color convert

RGB4511235-
CMYK0.6000.690.56
HSL112.21º52.38%28.82%-
HSV(B)112.21º68.75%43.92%-
XYZ7.1812.273.58-
YUV83.19100.8100.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 112 (44.14% from 255) = 58.33%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=23.44%
G=58.33%
B=18.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112350.6000.690.56112.2152.3828.82
Hex2D70233C0453870341d
Octal5516043740105701606435
Binary101101111000010001111110001000101111000111000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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