Html Css Color HEX #42AC2F Kelly Green

📋 copy color: '#42AC2F'

red 66 ◦ green 172 ◦ blue 47

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

Shades of Kelly Green #42AC2F

Tints of Kelly Green #42AC2F

RGB

 RED value IS 66 (26.17% from 255) = 23.16%

 GREEN value IS 172 (67.58% from 255) = 60.35%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 23.16%
G = 60.35%
B = 16.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#42AC2F (or 0x42AC2F) is known color: Kelly Green. HEX triplet: 42, AC and 2F. RGB value is (66,172,47). Sum of RGB (Red+Green+Blue) = 66+172+47=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC2F is #BD53D0. Grayscale: #7E7E7E. Windows color (decimal): -12407761 or 3124290. OLE color: 3124290.

HSL color Cylindrical-coordinate representation of color #42AC2F: hue angle of 110.88º 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 #42AC2F is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 47 -
CMYK 0.62 0 0.73 0.33
HSL 110.88º 0.57% 0.43% -
HSV(B) 110.88º 0.73% 0.67% -
XYZ 17.51 30.87 7.72 -
YUV 126.06 83.38 85.16 -
System Red Green Blue C M Y K H S L
Decimal 66 172 47 0.62 0 0.73 0.33 110.88 0.57 0.43
Hex 42 AC 2F 3E 0 49 21 6F 39 2B
Octal 102 254 57 76 0 111 41 157 71 53
Binary 1000010 10101100 101111 111110 0 1001001 100001 1101111 111001 101011

Color Harmonies of #42AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC2F

Black with #42AC2F

Text Example


Text Example

White with #42AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42AC2F;
 }
 .AnyTagClassName
 {
   color: #42AC2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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