Html Css Color HEX #34AF20 Kelly Green

📋 copy color: '#34AF20'

red 52 ◦ green 175 ◦ blue 32

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

Shades of Kelly Green #34AF20

Tints of Kelly Green #34AF20

RGB

 RED value IS 52 (20.7% from 255) = 20.08%

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

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 20.08%
G = 67.57%
B = 12.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#34AF20 (or 0x34AF20) is known color: Kelly Green. HEX triplet: 34, AF and 20. RGB value is (52,175,32). Sum of RGB (Red+Green+Blue) = 52+175+32=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF20 is #CB50DF. Grayscale: #7A7A7A. Windows color (decimal): -13324512 or 2142004. OLE color: 2142004.

HSL color Cylindrical-coordinate representation of color #34AF20: hue angle of 111.61º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34AF20 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 32 -
CMYK 0.70 0 0.82 0.31
HSL 111.61º 0.69% 0.41% -
HSV(B) 111.61º 0.82% 0.69% -
XYZ 17.01 31.49 6.55 -
YUV 121.92 77.25 78.13 -
System Red Green Blue C M Y K H S L
Decimal 52 175 32 0.70 0 0.82 0.31 111.61 0.69 0.41
Hex 34 AF 20 46 0 52 1F 70 45 29
Octal 64 257 40 106 0 122 37 160 105 51
Binary 110100 10101111 100000 1000110 0 1010010 11111 1110000 1000101 101001

Color Harmonies of #34AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF20

Black with #34AF20

Text Example


Text Example

White with #34AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34AF20; }

 p { color: rgb(52,175,32); }

 H1.HeaderClassName
 {
   color: #34AF20;
 }
 .AnyTagClassName
 {
   color: #34AF20;
 }
</style>

background-color css

<style>
 a { background-color: #34AF20; }

 a { background-color: rgb(52,175,32); }

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

border-color css

<style>
 span { border-color: #34AF20; }

 span { border-color: rgb(52,175,32); }

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