#2D8836

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

Shades of Japanese Laurel #2D8836

Tints of Japanese Laurel #2D8836

Color information

#2D8836 (or 0x2D8836) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 88 and 36. RGB value is (45,136,54). Sum of RGB (Red+Green+Blue) = 45+136+54=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8836 is #D277C9. Grayscale: #636363. Windows color (decimal): -13793226 or 3573805. OLE color: 3573805.

HSL color Cylindrical-coordinate representation of color #2D8836: hue angle of 125.93º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8836 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB4513654-
CMYK0.6700.600.47
HSL125.93º50.28%35.49%-
HSV(B)125.93º66.91%53.33%-
XYZ10.5518.436.49-
YUV99.44102.3589.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.15%
GREEN value IS 136 (53.52% from 255) = 57.87%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=19.15%
G=57.87%
B=22.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45136540.6700.600.47125.9350.2835.49
Hex2D88364303C2F7e3223
Octal5521066103074571766243
Binary10110110001000110110100001101111001011111111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,136,54); }

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

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

 a { background-color: rgb(45,136,54); }

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

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

 span { border-color: rgb(45,136,54); }

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