#32B415

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

Shades of Kelly Green #32B415

Tints of Kelly Green #32B415

Color information

#32B415 (or 0x32B415) is unknown color: approx Kelly Green. HEX triplet: 32, B4 and 15. RGB value is (50,180,21). Sum of RGB (Red+Green+Blue) = 50+180+21=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 180 (70.70% from 255 or 71.71% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 180 - color contains mainly: green. Hex color #32B415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B415 is #CD4BEA. Grayscale: #7B7B7B. Windows color (decimal): -13454315 or 1422386. OLE color: 1422386.

HSL color Cylindrical-coordinate representation of color #32B415: hue angle of 109.06º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32B415 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB5018021-
CMYK0.7200.880.29
HSL109.06º79.1%39.41%-
HSV(B)109.06º88.33%70.59%-
XYZ17.7733.376.21-
YUV12370.4375.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 180 (70.70% from 255) = 71.71%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=19.92%
G=71.71%
B=8.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50180210.7200.880.29109.0679.139.41
Hex32B415480581D6d4f27
Octal622642511001303515511747
Binary11001010110100101011001000010110001110111011011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32B415; }

 p { color: rgb(50,180,21); }

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

<style>
 a { background-color: #32B415; }

 a { background-color: rgb(50,180,21); }

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

<style>
 span { border-color: #32B415; }

 span { border-color: rgb(50,180,21); }

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