Html Css Color HEX #28BA0F Kelly Green

📋 copy color: '#28BA0F'

red 40 ◦ green 186 ◦ blue 15

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

Shades of Kelly Green #28BA0F

Tints of Kelly Green #28BA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 16.6%
G = 77.18%
B = 6.22%

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

#28BA0F (or 0x28BA0F) is known color: Kelly Green. HEX triplet: 28, BA and 0F. RGB value is (40,186,15). Sum of RGB (Red+Green+Blue) = 40+186+15=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BA0F is #D745F0. Grayscale: #7B7B7B. Windows color (decimal): -14108145 or 1030696. OLE color: 1030696.

HSL color Cylindrical-coordinate representation of color #28BA0F: hue angle of 111.23º degrees, saturation: 0.85, 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 #28BA0F is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 15 -
CMYK 0.78 0 0.92 0.27
HSL 111.23º 0.85% 0.39% -
HSV(B) 111.23º 0.92% 0.73% -
XYZ 18.52 35.6 6.35 -
YUV 122.85 67.13 68.9 -
System Red Green Blue C M Y K H S L
Decimal 40 186 15 0.78 0 0.92 0.27 111.23 0.85 0.39
Hex 28 BA F 4E 0 5C 1B 6F 55 27
Octal 50 272 17 116 0 134 33 157 125 47
Binary 101000 10111010 1111 1001110 0 1011100 11011 1101111 1010101 100111

Color Harmonies of #28BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA0F

Black with #28BA0F

Text Example


Text Example

White with #28BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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