Html Css Color HEX #31B61D Kelly Green

📋 copy color: '#31B61D'

red 49 ◦ green 182 ◦ blue 29

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

Shades of Kelly Green #31B61D

Tints of Kelly Green #31B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 18.85%
G = 70%
B = 11.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#31B61D (or 0x31B61D) is known color: Kelly Green. HEX triplet: 31, B6 and 1D. RGB value is (49,182,29). Sum of RGB (Red+Green+Blue) = 49+182+29=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #31B61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B61D is #CE49E2. Grayscale: #7D7D7D. Windows color (decimal): -13519331 or 1947185. OLE color: 1947185.

HSL color Cylindrical-coordinate representation of color #31B61D: hue angle of 112.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31B61D is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 182 29 -
CMYK 0.73 0 0.84 0.29
HSL 112.16º 0.73% 0.41% -
HSV(B) 112.16º 0.84% 0.71% -
XYZ 18.22 34.2 6.8 -
YUV 124.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 49 182 29 0.73 0 0.84 0.29 112.16 0.73 0.41
Hex 31 B6 1D 49 0 54 1D 70 49 29
Octal 61 266 35 111 0 124 35 160 111 51
Binary 110001 10110110 11101 1001001 0 1010100 11101 1110000 1001001 101001

Color Harmonies of #31B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B61D

Black with #31B61D

Text Example


Text Example

White with #31B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,182,29); }

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

background-color css

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

 a { background-color: rgb(49,182,29); }

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

border-color css

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

 span { border-color: rgb(49,182,29); }

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