#42AF2B

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

Shades of Kelly Green #42AF2B

Tints of Kelly Green #42AF2B

Color information

#42AF2B (or 0x42AF2B) is unknown color: approx Kelly Green. HEX triplet: 42, AF and 2B. RGB value is (66,175,43). Sum of RGB (Red+Green+Blue) = 66+175+43=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF2B is #BD50D4. Grayscale: #7F7F7F. Windows color (decimal): -12406997 or 2862914. OLE color: 2862914.

HSL color Cylindrical-coordinate representation of color #42AF2B: hue angle of 109.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42AF2B is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB6617543-
CMYK0.6200.750.31
HSL109.55º60.55%42.75%-
HSV(B)109.55º75.43%68.63%-
XYZ18.0131.997.51-
YUV127.3680.3984.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=23.24%
G=61.62%
B=15.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66175430.6200.750.31109.5560.5542.75
Hex42AF2B3E04B1F6e3d2b
Octal10225753760113371567553
Binary10000101010111110101111111001001011111111101110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,175,43); }

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

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

 a { background-color: rgb(66,175,43); }

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

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

 span { border-color: rgb(66,175,43); }

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