#33A30C

Color #33A30C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #33A30C

Tints of Kelly Green #33A30C

Color information

#33A30C (or 0x33A30C) is unknown color: approx Kelly Green. HEX triplet: 33, A3 and 0C. RGB value is (51,163,12). Sum of RGB (Red+Green+Blue) = 51+163+12=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 163 (64.06% from 255 or 72.12% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 163 - color contains mainly: green. Hex color #33A30C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33A30C is #CC5CF3. Grayscale: #707070. Windows color (decimal): -13393140 or 828211. OLE color: 828211.

HSL color Cylindrical-coordinate representation of color #33A30C: hue angle of 104.5º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33A30C is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB5116312-
CMYK0.6900.930.36
HSL104.5º86.29%34.31%-
HSV(B)104.5º92.64%63.92%-
XYZ14.5326.924.78-
YUV112.371.3984.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 163 (64.06% from 255) = 72.12%
BLUE value IS 12 (5.08% from 255) = 5.31%
R=22.57%
G=72.12%
B=5.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51163120.6900.930.36104.586.2934.31
Hex33A3C4505D24695622
Octal632431410501354415112642
Binary11001110100011110010001010101110110010011010011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A30C; }

 p { color: rgb(51,163,12); }

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

<style>
 a { background-color: #33A30C; }

 a { background-color: rgb(51,163,12); }

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

<style>
 span { border-color: #33A30C; }

 span { border-color: rgb(51,163,12); }

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