#41A002

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

Shades of Kelly Green #41A002

Tints of Kelly Green #41A002

Color information

#41A002 (or 0x41A002) is unknown color: approx Kelly Green. HEX triplet: 41, A0 and 02. RGB value is (65,160,2). Sum of RGB (Red+Green+Blue) = 65+160+2=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #41A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A002 is #BE5FFD. Grayscale: #727272. Windows color (decimal): -12476414 or 172097. OLE color: 172097.

HSL color Cylindrical-coordinate representation of color #41A002: hue angle of 96.08º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41A002 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB651602-
CMYK0.5900.990.37
HSL96.08º97.53%31.76%-
HSV(B)96.08º98.75%62.75%-
XYZ14.7626.274.35-
YUV113.5865.0393.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 160 (62.89% from 255) = 70.48%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=28.63%
G=70.48%
B=0.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6516020.5900.990.3796.0897.5331.76
Hex41A023B06325606220
Octal10124027301434514014240
Binary100000110100000101110110110001110010111000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A002; }

 p { color: rgb(65,160,2); }

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

<style>
 a { background-color: #41A002; }

 a { background-color: rgb(65,160,2); }

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

<style>
 span { border-color: #41A002; }

 span { border-color: rgb(65,160,2); }

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