Html Css Color HEX #31AB1F Kelly Green

📋 copy color: '#31AB1F'

red 49 ◦ green 171 ◦ blue 31

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

Shades of Kelly Green #31AB1F

Tints of Kelly Green #31AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 68.13%

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 19.52%
G = 68.13%
B = 12.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#31AB1F (or 0x31AB1F) is known color: Kelly Green. HEX triplet: 31, AB and 1F. RGB value is (49,171,31). Sum of RGB (Red+Green+Blue) = 49+171+31=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB1F is #CE54E0. Grayscale: #777777. Windows color (decimal): -13522145 or 2075441. OLE color: 2075441.

HSL color Cylindrical-coordinate representation of color #31AB1F: hue angle of 112.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31AB1F is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 31 -
CMYK 0.71 0 0.82 0.33
HSL 112.29º 0.69% 0.4% -
HSV(B) 112.29º 0.82% 0.67% -
XYZ 16.08 29.88 6.22 -
YUV 118.56 78.58 78.38 -
System Red Green Blue C M Y K H S L
Decimal 49 171 31 0.71 0 0.82 0.33 112.29 0.69 0.4
Hex 31 AB 1F 47 0 52 21 70 45 28
Octal 61 253 37 107 0 122 41 160 105 50
Binary 110001 10101011 11111 1000111 0 1010010 100001 1110000 1000101 101000

Color Harmonies of #31AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB1F

Black with #31AB1F

Text Example


Text Example

White with #31AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,171,31); }

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

background-color css

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

 a { background-color: rgb(49,171,31); }

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

border-color css

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

 span { border-color: rgb(49,171,31); }

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