Html Css Color HEX #42AB2F Kelly Green

📋 copy color: '#42AB2F'

red 66 ◦ green 171 ◦ blue 47

#42AB2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #42AB2F

Tints of Kelly Green #42AB2F

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 value IS 0.61

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#42AB2F (or 0x42AB2F) is known color: 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

RGB 66 171 47 -
CMYK 0.61 0 0.73 0.33
HSL 110.81º 0.57% 0.43% -
HSV(B) 110.81º 0.73% 0.67% -
XYZ 17.32 30.49 7.66 -
YUV 125.47 83.71 85.58 -
System Red Green Blue C M Y K H S L
Decimal 66 171 47 0.61 0 0.73 0.33 110.81 0.57 0.43
Hex 42 AB 2F 3D 0 49 21 6F 39 2B
Octal 102 253 57 75 0 111 41 157 71 53
Binary 1000010 10101011 101111 111101 0 1001001 100001 1101111 111001 101011

Color Harmonies of #42AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB2F

Black with #42AB2F

Text Example


Text Example

White with #42AB2F

Text Example


Text Example

HTML Codes & Css Web 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>