Html Css Color HEX #31B20D Kelly Green

📋 copy color: '#31B20D'

red 49 ◦ green 178 ◦ blue 13

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

Shades of Kelly Green #31B20D

Tints of Kelly Green #31B20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 74.17%

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 20.42%
G = 74.17%
B = 5.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#31B20D (or 0x31B20D) is known color: Kelly Green. HEX triplet: 31, B2 and 0D. RGB value is (49,178,13). Sum of RGB (Red+Green+Blue) = 49+178+13=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #31B20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31B20D is #CE4DF2. Grayscale: #797979. Windows color (decimal): -13520371 or 897585. OLE color: 897585.

HSL color Cylindrical-coordinate representation of color #31B20D: hue angle of 106.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31B20D is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 13 -
CMYK 0.72 0 0.93 0.30
HSL 106.91º 0.86% 0.37% -
HSV(B) 106.91º 0.93% 0.7% -
XYZ 17.26 32.52 5.75 -
YUV 120.62 67.26 76.92 -
System Red Green Blue C M Y K H S L
Decimal 49 178 13 0.72 0 0.93 0.30 106.91 0.86 0.37
Hex 31 B2 D 48 0 5D 1E 6B 56 25
Octal 61 262 15 110 0 135 36 153 126 45
Binary 110001 10110010 1101 1001000 0 1011101 11110 1101011 1010110 100101

Color Harmonies of #31B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B20D

Black with #31B20D

Text Example


Text Example

White with #31B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,178,13); }

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

background-color css

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

 a { background-color: rgb(49,178,13); }

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

border-color css

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

 span { border-color: rgb(49,178,13); }

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