#28B412

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

Shades of Kelly Green #28B412

Tints of Kelly Green #28B412

Color information

#28B412 (or 0x28B412) is unknown color: approx Kelly Green. HEX triplet: 28, B4 and 12. RGB value is (40,180,18). Sum of RGB (Red+Green+Blue) = 40+180+18=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #28B412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B412 is #D74BED. Grayscale: #787878. Windows color (decimal): -14109678 or 1225768. OLE color: 1225768.

HSL color Cylindrical-coordinate representation of color #28B412: hue angle of 111.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28B412 is Cyan = 0.78, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB4018018-
CMYK0.7800.90.29
HSL111.85º81.82%38.82%-
HSV(B)111.85º90%70.59%-
XYZ17.3133.146.06-
YUV119.6770.6271.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 180 (70.70% from 255) = 75.63%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=16.81%
G=75.63%
B=7.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40180180.7800.90.29111.8581.8238.82
Hex28B4124E05A1D705227
Octal502642211601323516012247
Binary10100010110100100101001110010110101110111100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28B412; }

 p { color: rgb(40,180,18); }

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

<style>
 a { background-color: #28B412; }

 a { background-color: rgb(40,180,18); }

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

<style>
 span { border-color: #28B412; }

 span { border-color: rgb(40,180,18); }

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