#42AB2F

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

Shades of Kelly Green #42AB2F

Tints of Kelly Green #42AB2F

Color information

#42AB2F (or 0x42AB2F) is unknown color: approx Kelly Green. HEX triplet: 42, AB and 2F. RGB value is (66,171,47). Sum of RGB (Red+Green+Blue) = 66+171+47=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB2F is #BD54D0. Grayscale: #7D7D7D. Windows color (decimal): -12408017 or 3124034. OLE color: 3124034.

HSL color Cylindrical-coordinate representation of color #42AB2F: hue angle of 110.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AB2F is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB6617147-
CMYK0.6100.730.33
HSL110.81º56.88%42.75%-
HSV(B)110.81º72.51%67.06%-
XYZ17.3230.497.66-
YUV125.4783.7185.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 171 (67.19% from 255) = 60.21%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=23.24%
G=60.21%
B=16.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66171470.6100.730.33110.8156.8842.75
Hex42AB2F3D049216f392b
Octal10225357750111411577153
Binary100001010101011101111111101010010011000011101111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AB2F; }

 p { color: rgb(66,171,47); }

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

<style>
 a { background-color: #42AB2F; }

 a { background-color: rgb(66,171,47); }

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

<style>
 span { border-color: #42AB2F; }

 span { border-color: rgb(66,171,47); }

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