#2D8838

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

Shades of Japanese Laurel #2D8838

Tints of Japanese Laurel #2D8838

Color information

#2D8838 (or 0x2D8838) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 88 and 38. RGB value is (45,136,56). Sum of RGB (Red+Green+Blue) = 45+136+56=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8838 is #D277C7. Grayscale: #636363. Windows color (decimal): -13793224 or 3704877. OLE color: 3704877.

HSL color Cylindrical-coordinate representation of color #2D8838: hue angle of 127.25º 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 #2D8838 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB4513656-
CMYK0.6700.590.47
HSL127.25º50.28%35.49%-
HSV(B)127.25º66.91%53.33%-
XYZ10.618.456.74-
YUV99.67103.3589-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.99%
GREEN value IS 136 (53.52% from 255) = 57.38%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=18.99%
G=57.38%
B=23.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45136560.6700.590.47127.2550.2835.49
Hex2D88384303B2F7f3223
Octal5521070103073571776243
Binary10110110001000111000100001101110111011111111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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