#28BE0D

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

Shades of Kelly Green #28BE0D

Tints of Kelly Green #28BE0D

Color information

#28BE0D (or 0x28BE0D) is unknown color: approx Kelly Green. HEX triplet: 28, BE and 0D. RGB value is (40,190,13). Sum of RGB (Red+Green+Blue) = 40+190+13=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #28BE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BE0D is #D741F2. Grayscale: #7D7D7D. Windows color (decimal): -14107123 or 900648. OLE color: 900648.

HSL color Cylindrical-coordinate representation of color #28BE0D: hue angle of 110.85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28BE0D is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB4019013-
CMYK0.7900.930.25
HSL110.85º87.19%39.8%-
HSV(B)110.85º93.16%74.51%-
XYZ19.3637.316.56-
YUV124.9764.8167.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 190 (74.61% from 255) = 78.19%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=16.46%
G=78.19%
B=5.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40190130.7900.930.25110.8587.1939.8
Hex28BED4F05D196f5728
Octal502761511701353115712750
Binary1010001011111011011001111010111011100111011111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,190,13); }

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

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

 a { background-color: rgb(40,190,13); }

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

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

 span { border-color: rgb(40,190,13); }

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