#2D7025

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

Shades of Japanese Laurel #2D7025

Tints of Japanese Laurel #2D7025

Color information

#2D7025 (or 0x2D7025) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 70 and 25. RGB value is (45,112,37). Sum of RGB (Red+Green+Blue) = 45+112+37=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7025 is #D28FDA. Grayscale: #535353. Windows color (decimal): -13799387 or 2453549. OLE color: 2453549.

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

Color convert

RGB4511237-
CMYK0.6000.670.56
HSL113.6º50.34%29.22%-
HSV(B)113.6º66.96%43.92%-
XYZ7.2112.283.74-
YUV83.42101.8100.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=23.20%
G=57.73%
B=19.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112370.6000.670.56113.650.3429.22
Hex2D70253C0433872321d
Octal5516045740103701626235
Binary101101111000010010111110001000011111000111001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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