#2A803A

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

Shades of Japanese Laurel #2A803A

Tints of Japanese Laurel #2A803A

Color information

#2A803A (or 0x2A803A) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 80 and 3A. RGB value is (42,128,58). Sum of RGB (Red+Green+Blue) = 42+128+58=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #2A803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A803A is #D57FC5. Grayscale: #5E5E5E. Windows color (decimal): -13991878 or 3833898. OLE color: 3833898.

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

Color convert

RGB4212858-
CMYK0.6700.550.50
HSL131.16º50.59%33.33%-
HSV(B)131.16º67.19%50.2%-
XYZ9.4416.246.64-
YUV94.31107.5190.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=18.42%
G=56.14%
B=25.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42128580.6700.550.50131.1650.5933.33
Hex2A803A4303732833321
Octal5220072103067622036341
Binary101010100000001110101000011011011111001010000011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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