#2D7127

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

Shades of Japanese Laurel #2D7127

Tints of Japanese Laurel #2D7127

Color information

#2D7127 (or 0x2D7127) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 71 and 27. RGB value is (45,113,39). Sum of RGB (Red+Green+Blue) = 45+113+39=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #2D7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7127 is #D28ED8. Grayscale: #545454. Windows color (decimal): -13799129 or 2584877. OLE color: 2584877.

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

Color convert

RGB4511339-
CMYK0.6000.650.56
HSL115.14º48.68%29.8%-
HSV(B)115.14º65.49%44.31%-
XYZ7.3512.513.95-
YUV84.23102.47100.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 113 (44.53% from 255) = 57.36%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=22.84%
G=57.36%
B=19.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45113390.6000.650.56115.1448.6829.8
Hex2D71273C0413873311e
Octal5516147740101701636136
Binary101101111000110011111110001000001111000111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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