Html Css Color HEX #31A712 Kelly Green

📋 copy color: '#31A712'

red 49 ◦ green 167 ◦ blue 18

#31A712
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #31A712

Tints of Kelly Green #31A712

RGB

 RED value IS 49 (19.53% from 255) = 20.94%

 GREEN value IS 167 (65.63% from 255) = 71.37%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 20.94%
G = 71.37%
B = 7.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#31A712 (or 0x31A712) is known color: Kelly Green. HEX triplet: 31, A7 and 12. RGB value is (49,167,18). Sum of RGB (Red+Green+Blue) = 49+167+18=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 167 (65.62% from 255 or 71.37% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 167 - color contains mainly: green. Hex color #31A712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A712 is #CE58ED. Grayscale: #737373. Windows color (decimal): -13523182 or 1222449. OLE color: 1222449.

HSL color Cylindrical-coordinate representation of color #31A712: hue angle of 107.52º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31A712 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 167 18 -
CMYK 0.71 0 0.89 0.35
HSL 107.52º 0.81% 0.36% -
HSV(B) 107.52º 0.89% 0.65% -
XYZ 15.19 28.33 5.24 -
YUV 114.73 73.41 81.12 -
System Red Green Blue C M Y K H S L
Decimal 49 167 18 0.71 0 0.89 0.35 107.52 0.81 0.36
Hex 31 A7 12 47 0 59 23 6C 51 24
Octal 61 247 22 107 0 131 43 154 121 44
Binary 110001 10100111 10010 1000111 0 1011001 100011 1101100 1010001 100100

Color Harmonies of #31A712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A712

Black with #31A712

Text Example


Text Example

White with #31A712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,167,18); }

 H1.HeaderClassName
 {
   color: #31A712;
 }
 .AnyTagClassName
 {
   color: #31A712;
 }
</style>

background-color css

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

 a { background-color: rgb(49,167,18); }

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

border-color css

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

 span { border-color: rgb(49,167,18); }

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