#2D893E

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

Shades of Japanese Laurel #2D893E

Tints of Japanese Laurel #2D893E

Color information

#2D893E (or 0x2D893E) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 89 and 3E. RGB value is (45,137,62). Sum of RGB (Red+Green+Blue) = 45+137+62=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #2D893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D893E is #D276C1. Grayscale: #656565. Windows color (decimal): -13792962 or 4098349. OLE color: 4098349.

HSL color Cylindrical-coordinate representation of color #2D893E: hue angle of 131.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D893E is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB4513762-
CMYK0.6700.550.46
HSL131.09º50.55%35.69%-
HSV(B)131.09º67.15%53.73%-
XYZ10.918.87.61-
YUV100.94106.0288.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.44%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=18.44%
G=56.15%
B=25.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137620.6700.550.46131.0950.5535.69
Hex2D893E430372E833324
Octal5521176103067562036344
Binary101101100010011111101000011011011110111010000011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,62); }

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

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

 a { background-color: rgb(45,137,62); }

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

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

 span { border-color: rgb(45,137,62); }

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