#28B00F

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

Shades of Kelly Green #28B00F

Tints of Kelly Green #28B00F

Color information

#28B00F (or 0x28B00F) is unknown color: approx Kelly Green. HEX triplet: 28, B0 and 0F. RGB value is (40,176,15). Sum of RGB (Red+Green+Blue) = 40+176+15=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 176 (69.14% from 255 or 76.19% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 176 - color contains mainly: green. Hex color #28B00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B00F is #D74FF0. Grayscale: #757575. Windows color (decimal): -14110705 or 1028136. OLE color: 1028136.

HSL color Cylindrical-coordinate representation of color #28B00F: hue angle of 110.68º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28B00F is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB4017615-
CMYK0.7700.910.31
HSL110.68º84.29%37.45%-
HSV(B)110.68º91.48%69.02%-
XYZ16.4931.545.67-
YUV116.9870.4473.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 176 (69.14% from 255) = 76.19%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=17.32%
G=76.19%
B=6.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40176150.7700.910.31110.6884.2937.45
Hex28B0F4D05B1F6f5425
Octal502601711501333715712445
Binary1010001011000011111001101010110111111111011111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,176,15); }

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

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

 a { background-color: rgb(40,176,15); }

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

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

 span { border-color: rgb(40,176,15); }

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