#31A200

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

Shades of Kelly Green #31A200

Tints of Kelly Green #31A200

Color information

#31A200 (or 0x31A200) is unknown color: approx Kelly Green. HEX triplet: 31, A2 and 00. RGB value is (49,162,0). Sum of RGB (Red+Green+Blue) = 49+162+0=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #31A200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A200 is #CE5DFF. Grayscale: #6E6E6E. Windows color (decimal): -13524480 or 41521. OLE color: 41521.

HSL color Cylindrical-coordinate representation of color #31A200: hue angle of 101.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31A200 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB491620-
CMYK0.70010.36
HSL101.85º100%31.76%-
HSV(B)101.85º100%63.53%-
XYZ14.1926.494.37-
YUV109.7466.0684.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 162 (63.67% from 255) = 76.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.22%
G=76.78%
B=0%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4916200.70010.36101.8510031.76
Hex31A204606424666420
Octal61242010601444414614440
Binary11000110100010010001100110010010010011001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A200; }

 p { color: rgb(49,162,0); }

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

<style>
 a { background-color: #31A200; }

 a { background-color: rgb(49,162,0); }

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

<style>
 span { border-color: #31A200; }

 span { border-color: rgb(49,162,0); }

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