Html Css Color HEX #34AF1F Kelly Green

📋 copy color: '#34AF1F'

red 52 ◦ green 175 ◦ blue 31

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

Shades of Kelly Green #34AF1F

Tints of Kelly Green #34AF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 20.16%
G = 67.83%
B = 12.02%

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

#34AF1F (or 0x34AF1F) is known color: Kelly Green. HEX triplet: 34, AF and 1F. RGB value is (52,175,31). Sum of RGB (Red+Green+Blue) = 52+175+31=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF1F is #CB50E0. Grayscale: #7A7A7A. Windows color (decimal): -13324513 or 2076468. OLE color: 2076468.

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

Color convert

RGB 52 175 31 -
CMYK 0.70 0 0.82 0.31
HSL 111.25º 0.7% 0.4% -
HSV(B) 111.25º 0.82% 0.69% -
XYZ 16.99 31.49 6.48 -
YUV 121.81 76.75 78.21 -
System Red Green Blue C M Y K H S L
Decimal 52 175 31 0.70 0 0.82 0.31 111.25 0.7 0.4
Hex 34 AF 1F 46 0 52 1F 6F 46 28
Octal 64 257 37 106 0 122 37 157 106 50
Binary 110100 10101111 11111 1000110 0 1010010 11111 1101111 1000110 101000

Color Harmonies of #34AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF1F

Black with #34AF1F

Text Example


Text Example

White with #34AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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