#2A8333

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

Shades of Japanese Laurel #2A8333

Tints of Japanese Laurel #2A8333

Color information

#2A8333 (or 0x2A8333) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 83 and 33. RGB value is (42,131,51). Sum of RGB (Red+Green+Blue) = 42+131+51=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #2A8333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8333 is #D57CCC. Grayscale: #5F5F5F. Windows color (decimal): -13991117 or 3375914. OLE color: 3375914.

HSL color Cylindrical-coordinate representation of color #2A8333: hue angle of 126.07º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8333 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB4213151-
CMYK0.6800.610.49
HSL126.07º51.45%33.92%-
HSV(B)126.07º67.94%51.37%-
XYZ9.6716.965.9-
YUV95.27103.0190-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 131 (51.56% from 255) = 58.48%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=18.75%
G=58.48%
B=22.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42131510.6800.610.49126.0751.4533.92
Hex2A83334403D317e3322
Octal5220363104075611766342
Binary10101010000011110011100010001111011100011111110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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