#41AF2D

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

Shades of Kelly Green #41AF2D

Tints of Kelly Green #41AF2D

Color information

#41AF2D (or 0x41AF2D) is unknown color: approx Kelly Green. HEX triplet: 41, AF and 2D. RGB value is (65,175,45). Sum of RGB (Red+Green+Blue) = 65+175+45=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AF2D is #BE50D2. Grayscale: #7F7F7F. Windows color (decimal): -12472531 or 2993985. OLE color: 2993985.

HSL color Cylindrical-coordinate representation of color #41AF2D: hue angle of 110.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41AF2D is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB6517545-
CMYK0.6300.740.31
HSL110.77º59.09%43.14%-
HSV(B)110.77º74.29%68.63%-
XYZ17.9831.977.71-
YUV127.2981.5683.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 175 (68.75% from 255) = 61.40%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=22.81%
G=61.40%
B=15.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65175450.6300.740.31110.7759.0943.14
Hex41AF2D3F04A1F6f3b2b
Octal10125755770112371577353
Binary10000011010111110110111111101001010111111101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,175,45); }

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

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

 a { background-color: rgb(65,175,45); }

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

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

 span { border-color: rgb(65,175,45); }

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