#2D7B25

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

Shades of Japanese Laurel #2D7B25

Tints of Japanese Laurel #2D7B25

Color information

#2D7B25 (or 0x2D7B25) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 7B and 25. RGB value is (45,123,37). Sum of RGB (Red+Green+Blue) = 45+123+37=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7B25 is #D284DA. Grayscale: #5A5A5A. Windows color (decimal): -13796571 or 2456365. OLE color: 2456365.

HSL color Cylindrical-coordinate representation of color #2D7B25: hue angle of 114.42º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D7B25 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB4512337-
CMYK0.6300.700.52
HSL114.42º53.75%31.37%-
HSV(B)114.42º69.92%48.24%-
XYZ8.514.864.17-
YUV89.8798.1695.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.95%
GREEN value IS 123 (48.44% from 255) = 60%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=21.95%
G=60%
B=18.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45123370.6300.700.52114.4253.7531.37
Hex2D7B253F0463472361f
Octal5517345770106641626637
Binary101101111101110010111111101000110110100111001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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