#2A8433

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

Shades of Japanese Laurel #2A8433

Tints of Japanese Laurel #2A8433

Color information

#2A8433 (or 0x2A8433) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 84 and 33. RGB value is (42,132,51). Sum of RGB (Red+Green+Blue) = 42+132+51=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8433 is #D57BCC. Grayscale: #606060. Windows color (decimal): -13990861 or 3376170. OLE color: 3376170.

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

Color convert

RGB4213251-
CMYK0.6800.610.48
HSL126º51.72%34.12%-
HSV(B)126º68.18%51.76%-
XYZ9.817.235.94-
YUV95.86102.6889.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=18.67%
G=58.67%
B=22.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132510.6800.610.4812651.7234.12
Hex2A84334403D307e3422
Octal5220463104075601766442
Binary10101010000100110011100010001111011100001111110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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