Html Css Color HEX #31AA1B Kelly Green

📋 copy color: '#31AA1B'

red 49 ◦ green 170 ◦ blue 27

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

Shades of Kelly Green #31AA1B

Tints of Kelly Green #31AA1B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 69.11%

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 19.92%
G = 69.11%
B = 10.98%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#31AA1B (or 0x31AA1B) is known color: Kelly Green. HEX triplet: 31, AA and 1B. RGB value is (49,170,27). Sum of RGB (Red+Green+Blue) = 49+170+27=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA1B is #CE55E4. Grayscale: #757575. Windows color (decimal): -13522405 or 1813041. OLE color: 1813041.

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

Color convert

RGB 49 170 27 -
CMYK 0.71 0 0.84 0.33
HSL 110.77º 0.73% 0.39% -
HSV(B) 110.77º 0.84% 0.67% -
XYZ 15.84 29.48 5.89 -
YUV 117.52 76.91 79.13 -
System Red Green Blue C M Y K H S L
Decimal 49 170 27 0.71 0 0.84 0.33 110.77 0.73 0.39
Hex 31 AA 1B 47 0 54 21 6F 49 27
Octal 61 252 33 107 0 124 41 157 111 47
Binary 110001 10101010 11011 1000111 0 1010100 100001 1101111 1001001 100111

Color Harmonies of #31AA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AA1B

Black with #31AA1B

Text Example


Text Example

White with #31AA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,170,27); }

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

background-color css

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

 a { background-color: rgb(49,170,27); }

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

border-color css

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

 span { border-color: rgb(49,170,27); }

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