#34B212

Color #34B212 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #34B212

Tints of Kelly Green #34B212

Color information

#34B212 (or 0x34B212) is unknown color: approx Kelly Green. HEX triplet: 34, B2 and 12. RGB value is (52,178,18). Sum of RGB (Red+Green+Blue) = 52+178+18=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #34B212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34B212 is #CB4DED. Grayscale: #7A7A7A. Windows color (decimal): -13323758 or 1225268. OLE color: 1225268.

HSL color Cylindrical-coordinate representation of color #34B212: hue angle of 107.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34B212 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB5217818-
CMYK0.7100.900.30
HSL107.25º81.63%38.43%-
HSV(B)107.25º89.89%69.8%-
XYZ17.4532.615.95-
YUV122.0969.2678.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 178 (69.92% from 255) = 71.77%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=20.97%
G=71.77%
B=7.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52178180.7100.900.30107.2581.6338.43
Hex34B2124705A1E6b5226
Octal642622210701323615312246
Binary11010010110010100101000111010110101111011010111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,178,18); }

 H1.HeaderClassName
 {
   color: #34B212;
 }
 .AnyTagClassName
 {
   color: #34B212;
 }
</style>
background-color css

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

 a { background-color: rgb(52,178,18); }

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

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

 span { border-color: rgb(52,178,18); }

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