Html Css Color HEX #28BA0E Kelly Green

📋 copy color: '#28BA0E'

red 40 ◦ green 186 ◦ blue 14

#28BA0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #28BA0E

Tints of Kelly Green #28BA0E

RGB

 RED value IS 40 (16.02% from 255) = 16.67%

 GREEN value IS 186 (73.05% from 255) = 77.5%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 16.67%
G = 77.5%
B = 5.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#28BA0E (or 0x28BA0E) is known color: Kelly Green. HEX triplet: 28, BA and 0E. RGB value is (40,186,14). Sum of RGB (Red+Green+Blue) = 40+186+14=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BA0E is #D745F1. Grayscale: #7B7B7B. Windows color (decimal): -14108146 or 965160. OLE color: 965160.

HSL color Cylindrical-coordinate representation of color #28BA0E: hue angle of 110.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28BA0E is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 14 -
CMYK 0.78 0 0.92 0.27
HSL 110.93º 0.86% 0.39% -
HSV(B) 110.93º 0.92% 0.73% -
XYZ 18.51 35.6 6.31 -
YUV 122.74 66.63 68.99 -
System Red Green Blue C M Y K H S L
Decimal 40 186 14 0.78 0 0.92 0.27 110.93 0.86 0.39
Hex 28 BA E 4E 0 5C 1B 6F 56 27
Octal 50 272 16 116 0 134 33 157 126 47
Binary 101000 10111010 1110 1001110 0 1011100 11011 1101111 1010110 100111

Color Harmonies of #28BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA0E

Black with #28BA0E

Text Example


Text Example

White with #28BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,186,14); }

 H1.HeaderClassName
 {
   color: #28BA0E;
 }
 .AnyTagClassName
 {
   color: #28BA0E;
 }
</style>

background-color css

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

 a { background-color: rgb(40,186,14); }

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

border-color css

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

 span { border-color: rgb(40,186,14); }

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