Html Css Color HEX #31A005 Kelly Green

📋 copy color: '#31A005'

red 49 ◦ green 160 ◦ blue 5

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

Shades of Kelly Green #31A005

Tints of Kelly Green #31A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 74.77%

 BLUE value IS 5 (2.34% from 255) = 2.34%

R = 22.9%
G = 74.77%
B = 2.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#31A005 (or 0x31A005) is known color: Kelly Green. HEX triplet: 31, A0 and 05. RGB value is (49,160,5). Sum of RGB (Red+Green+Blue) = 49+160+5=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #31A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A005 is #CE5FFA. Grayscale: #6D6D6D. Windows color (decimal): -13524987 or 368689. OLE color: 368689.

HSL color Cylindrical-coordinate representation of color #31A005: hue angle of 102.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31A005 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 160 5 -
CMYK 0.69 0 0.97 0.37
HSL 102.97º 0.94% 0.32% -
HSV(B) 102.97º 0.97% 0.63% -
XYZ 13.86 25.81 4.39 -
YUV 109.14 69.23 85.1 -
System Red Green Blue C M Y K H S L
Decimal 49 160 5 0.69 0 0.97 0.37 102.97 0.94 0.32
Hex 31 A0 5 45 0 61 25 67 5E 20
Octal 61 240 5 105 0 141 45 147 136 40
Binary 110001 10100000 101 1000101 0 1100001 100101 1100111 1011110 100000

Color Harmonies of #31A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A005

Black with #31A005

Text Example


Text Example

White with #31A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,160,5); }

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

background-color css

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

 a { background-color: rgb(49,160,5); }

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

border-color css

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

 span { border-color: rgb(49,160,5); }

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