#2D8138

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

Shades of Japanese Laurel #2D8138

Tints of Japanese Laurel #2D8138

Color information

#2D8138 (or 0x2D8138) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 81 and 38. RGB value is (45,129,56). Sum of RGB (Red+Green+Blue) = 45+129+56=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #2D8138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8138 is #D27EC7. Grayscale: #5F5F5F. Windows color (decimal): -13795016 or 3703085. OLE color: 3703085.

HSL color Cylindrical-coordinate representation of color #2D8138: hue angle of 127.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D8138 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB4512956-
CMYK0.6500.570.49
HSL127.86º48.28%34.12%-
HSV(B)127.86º65.12%50.59%-
XYZ9.6516.546.43-
YUV95.56105.6791.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.57%
GREEN value IS 129 (50.78% from 255) = 56.09%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=19.57%
G=56.09%
B=24.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45129560.6500.570.49127.8648.2834.12
Hex2D81384103931803022
Octal5520170101071612006042
Binary101101100000011110001000001011100111000110000000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,129,56); }

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

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

 a { background-color: rgb(45,129,56); }

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

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

 span { border-color: rgb(45,129,56); }

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