#2A8838

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

Shades of Japanese Laurel #2A8838

Tints of Japanese Laurel #2A8838

Color information

#2A8838 (or 0x2A8838) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 88 and 38. RGB value is (42,136,56). Sum of RGB (Red+Green+Blue) = 42+136+56=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8838 is #D577C7. Grayscale: #626262. Windows color (decimal): -13989832 or 3704874. OLE color: 3704874.

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

Color convert

RGB4213656-
CMYK0.6900.590.47
HSL128.94º52.81%34.9%-
HSV(B)128.94º69.12%53.33%-
XYZ10.4718.396.74-
YUV98.77103.8687.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 136 (53.52% from 255) = 58.12%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=17.95%
G=58.12%
B=23.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136560.6900.590.47128.9452.8134.9
Hex2A88384503B2F813523
Octal5221070105073572016543
Binary101010100010001110001000101011101110111110000001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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