Html Css Color HEX #31A70B Kelly Green

📋 copy color: '#31A70B'

red 49 ◦ green 167 ◦ blue 11

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

Shades of Kelly Green #31A70B

Tints of Kelly Green #31A70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 21.59%
G = 73.57%
B = 4.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#31A70B (or 0x31A70B) is known color: Kelly Green. HEX triplet: 31, A7 and 0B. RGB value is (49,167,11). Sum of RGB (Red+Green+Blue) = 49+167+11=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 167 (65.62% from 255 or 73.57% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 167 - color contains mainly: green. Hex color #31A70B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A70B is #CE58F4. Grayscale: #727272. Windows color (decimal): -13523189 or 763697. OLE color: 763697.

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

Color convert

RGB 49 167 11 -
CMYK 0.71 0 0.93 0.35
HSL 105.38º 0.88% 0.35% -
HSV(B) 105.38º 0.93% 0.65% -
XYZ 15.15 28.31 4.98 -
YUV 113.93 69.91 81.68 -
System Red Green Blue C M Y K H S L
Decimal 49 167 11 0.71 0 0.93 0.35 105.38 0.88 0.35
Hex 31 A7 B 47 0 5D 23 69 58 23
Octal 61 247 13 107 0 135 43 151 130 43
Binary 110001 10100111 1011 1000111 0 1011101 100011 1101001 1011000 100011

Color Harmonies of #31A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A70B

Black with #31A70B

Text Example


Text Example

White with #31A70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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