#31a91b

Color #31A91B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #31A91B

Tints of Kelly Green #31A91B

Color information

#31A91B (or 0x31A91B) is unknown color: approx Kelly Green. HEX triplet: 31, A9 and 1B. RGB value is (49,169,27). Sum of RGB (Red+Green+Blue) = 49+169+27=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 169 (66.41% from 255 or 68.98% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 169 - color contains mainly: green. Hex color #31A91B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A91B is #CE56E4. Grayscale: #757575. Windows color (decimal): -13522661 or 1812785. OLE color: 1812785.

HSL color Cylindrical-coordinate representation of color #31A91B: hue angle of 110.7º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31A91B is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB4916927-
CMYK0.7100.840.34
HSL110.7º72.45%38.43%-
HSV(B)110.7º84.02%66.27%-
XYZ15.6529.115.83-
YUV116.9377.2479.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 169 (66.41% from 255) = 68.98%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=20%
G=68.98%
B=11.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal49169270.7100.840.34110.772.4538.43
Hex31A91B47054226f4826
Octal612513310701244215711046
Binary110001101010011101110001110101010010001011011111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a91b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31a91b;
 }
 .AnyTagClassName
 {
   color: #31a91b;
 }
</style>
background-color css

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

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

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

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

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

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