#2D7427

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

Shades of Japanese Laurel #2D7427

Tints of Japanese Laurel #2D7427

Color information

#2D7427 (or 0x2D7427) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 74 and 27. RGB value is (45,116,39). Sum of RGB (Red+Green+Blue) = 45+116+39=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #2D7427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7427 is #D28BD8. Grayscale: #565656. Windows color (decimal): -13798361 or 2585645. OLE color: 2585645.

HSL color Cylindrical-coordinate representation of color #2D7427: hue angle of 115.32º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D7427 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB4511639-
CMYK0.6100.660.55
HSL115.32º49.68%30.39%-
HSV(B)115.32º66.38%45.49%-
XYZ7.6913.24.06-
YUV85.99101.4898.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.5%
GREEN value IS 116 (45.70% from 255) = 58%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=22.5%
G=58%
B=19.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45116390.6100.660.55115.3249.6830.39
Hex2D74273D0423773321e
Octal5516447750102671636236
Binary101101111010010011111110101000010110111111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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