#2D7523

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

Shades of Japanese Laurel #2D7523

Tints of Japanese Laurel #2D7523

Color information

#2D7523 (or 0x2D7523) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 75 and 23. RGB value is (45,117,35). Sum of RGB (Red+Green+Blue) = 45+117+35=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7523 is #D28ADC. Grayscale: #565656. Windows color (decimal): -13798109 or 2323757. OLE color: 2323757.

HSL color Cylindrical-coordinate representation of color #2D7523: hue angle of 112.68º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D7523 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB4511735-
CMYK0.6200.700.54
HSL112.68º53.95%29.8%-
HSV(B)112.68º70.09%45.88%-
XYZ7.7513.43.77-
YUV86.1299.1598.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=22.84%
G=59.39%
B=17.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45117350.6200.700.54112.6853.9529.8
Hex2D75233E0463671361e
Octal5516543760106661616636
Binary101101111010110001111111001000110110110111000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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