#2A8033

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

Shades of Japanese Laurel #2A8033

Tints of Japanese Laurel #2A8033

Color information

#2A8033 (or 0x2A8033) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 80 and 33. RGB value is (42,128,51). Sum of RGB (Red+Green+Blue) = 42+128+51=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #2A8033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8033 is #D57FCC. Grayscale: #5D5D5D. Windows color (decimal): -13991885 or 3375146. OLE color: 3375146.

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

Color convert

RGB4212851-
CMYK0.6700.600.50
HSL126.28º50.59%33.33%-
HSV(B)126.28º67.19%50.2%-
XYZ9.2716.175.76-
YUV93.51104.0191.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 128 (50.39% from 255) = 57.92%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=19.00%
G=57.92%
B=23.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42128510.6700.600.50126.2850.5933.33
Hex2A80334303C327e3321
Octal5220063103074621766341
Binary10101010000000110011100001101111001100101111110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,128,51); }

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

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

 a { background-color: rgb(42,128,51); }

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

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

 span { border-color: rgb(42,128,51); }

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