Html Css Color HEX #42AF2F Kelly Green

📋 copy color: '#42AF2F'

red 66 ◦ green 175 ◦ blue 47

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

Shades of Kelly Green #42AF2F

Tints of Kelly Green #42AF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.76%

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

R = 22.92%
G = 60.76%
B = 16.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#42AF2F (or 0x42AF2F) is known color: Kelly Green. HEX triplet: 42, AF and 2F. RGB value is (66,175,47). Sum of RGB (Red+Green+Blue) = 66+175+47=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF2F is #BD50D0. Grayscale: #808080. Windows color (decimal): -12406993 or 3125058. OLE color: 3125058.

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

Color convert

RGB 66 175 47 -
CMYK 0.62 0 0.73 0.31
HSL 111.09º 0.58% 0.44% -
HSV(B) 111.09º 0.73% 0.69% -
XYZ 18.09 32.02 7.92 -
YUV 127.82 82.39 83.91 -
System Red Green Blue C M Y K H S L
Decimal 66 175 47 0.62 0 0.73 0.31 111.09 0.58 0.44
Hex 42 AF 2F 3E 0 49 1F 6F 3A 2C
Octal 102 257 57 76 0 111 37 157 72 54
Binary 1000010 10101111 101111 111110 0 1001001 11111 1101111 111010 101100

Color Harmonies of #42AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF2F

Black with #42AF2F

Text Example


Text Example

White with #42AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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