Html Css Color HEX #34AA1F Kelly Green

📋 copy color: '#34AA1F'

red 52 ◦ green 170 ◦ blue 31

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

Shades of Kelly Green #34AA1F

Tints of Kelly Green #34AA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 67.19%

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

R = 20.55%
G = 67.19%
B = 12.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#34AA1F (or 0x34AA1F) is known color: Kelly Green. HEX triplet: 34, AA and 1F. RGB value is (52,170,31). Sum of RGB (Red+Green+Blue) = 52+170+31=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AA1F is #CB55E0. Grayscale: #777777. Windows color (decimal): -13325793 or 2075188. OLE color: 2075188.

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

Color convert

RGB 52 170 31 -
CMYK 0.69 0 0.82 0.33
HSL 110.94º 0.69% 0.39% -
HSV(B) 110.94º 0.82% 0.67% -
XYZ 16.04 29.58 6.16 -
YUV 118.87 78.41 80.3 -
System Red Green Blue C M Y K H S L
Decimal 52 170 31 0.69 0 0.82 0.33 110.94 0.69 0.39
Hex 34 AA 1F 45 0 52 21 6F 45 27
Octal 64 252 37 105 0 122 41 157 105 47
Binary 110100 10101010 11111 1000101 0 1010010 100001 1101111 1000101 100111

Color Harmonies of #34AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA1F

Black with #34AA1F

Text Example


Text Example

White with #34AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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