#2D8438

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

Shades of Japanese Laurel #2D8438

Tints of Japanese Laurel #2D8438

Color information

#2D8438 (or 0x2D8438) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 84 and 38. RGB value is (45,132,56). Sum of RGB (Red+Green+Blue) = 45+132+56=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8438 is #D27BC7. Grayscale: #616161. Windows color (decimal): -13794248 or 3703853. OLE color: 3703853.

HSL color Cylindrical-coordinate representation of color #2D8438: hue angle of 127.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8438 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB4513256-
CMYK0.6600.580.48
HSL127.59º49.15%34.71%-
HSV(B)127.59º65.91%51.76%-
XYZ10.0517.356.56-
YUV97.32104.6890.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=19.31%
G=56.65%
B=24.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132560.6600.580.48127.5949.1534.71
Hex2D84384203A30803123
Octal5520470102072602006143
Binary101101100001001110001000010011101011000010000000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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