Html Css Color HEX #34AA02 Kelly Green

📋 copy color: '#34AA02'

red 52 ◦ green 170 ◦ blue 2

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

Shades of Kelly Green #34AA02

Tints of Kelly Green #34AA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 23.21%
G = 75.89%
B = 0.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#34AA02 (or 0x34AA02) is known color: Kelly Green. HEX triplet: 34, AA and 02. RGB value is (52,170,2). Sum of RGB (Red+Green+Blue) = 52+170+2=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AA02 is #CB55FD. Grayscale: #747474. Windows color (decimal): -13325822 or 174644. OLE color: 174644.

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

Color convert

RGB 52 170 2 -
CMYK 0.69 0 0.99 0.33
HSL 102.14º 0.98% 0.34% -
HSV(B) 102.14º 0.99% 0.67% -
XYZ 15.8 29.48 4.92 -
YUV 115.57 63.91 82.66 -
System Red Green Blue C M Y K H S L
Decimal 52 170 2 0.69 0 0.99 0.33 102.14 0.98 0.34
Hex 34 AA 2 45 0 63 21 66 62 22
Octal 64 252 2 105 0 143 41 146 142 42
Binary 110100 10101010 10 1000101 0 1100011 100001 1100110 1100010 100010

Color Harmonies of #34AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA02

Black with #34AA02

Text Example


Text Example

White with #34AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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