#28BC02

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

Shades of Kelly Green #28BC02

Tints of Kelly Green #28BC02

Color information

#28BC02 (or 0x28BC02) is unknown color: approx Kelly Green. HEX triplet: 28, BC and 02. RGB value is (40,188,2). Sum of RGB (Red+Green+Blue) = 40+188+2=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 188 (73.83% from 255 or 81.74% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BC02 is #D743FD. Grayscale: #7B7B7B. Windows color (decimal): -14107646 or 179240. OLE color: 179240.

HSL color Cylindrical-coordinate representation of color #28BC02: hue angle of 107.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28BC02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB401882-
CMYK0.7900.990.26
HSL107.74º97.89%37.25%-
HSV(B)107.74º98.94%73.73%-
XYZ18.8736.426.09-
YUV122.5459.9769.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 188 (73.83% from 255) = 81.74%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=17.39%
G=81.74%
B=0.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4018820.7900.990.26107.7497.8937.25
Hex28BC24F0631A6c6225
Octal50274211701433215414245
Binary10100010111100101001111011000111101011011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,188,2); }

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

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

 a { background-color: rgb(40,188,2); }

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

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

 span { border-color: rgb(40,188,2); }

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