Html Css Color HEX #28BF03 Kelly Green

📋 copy color: '#28BF03'

red 40 ◦ green 191 ◦ blue 3

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

Shades of Kelly Green #28BF03

Tints of Kelly Green #28BF03

RGB

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

 GREEN value IS 191 (75% from 255) = 81.62%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 17.09%
G = 81.62%
B = 1.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#28BF03 (or 0x28BF03) is known color: Kelly Green. HEX triplet: 28, BF and 03. RGB value is (40,191,3). Sum of RGB (Red+Green+Blue) = 40+191+3=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BF03 is #D740FC. Grayscale: #7D7D7D. Windows color (decimal): -14106877 or 245544. OLE color: 245544.

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

Color convert

RGB 40 191 3 -
CMYK 0.79 0 0.98 0.25
HSL 108.19º 0.97% 0.38% -
HSV(B) 108.19º 0.98% 0.75% -
XYZ 19.52 37.72 6.34 -
YUV 124.42 59.47 67.79 -
System Red Green Blue C M Y K H S L
Decimal 40 191 3 0.79 0 0.98 0.25 108.19 0.97 0.38
Hex 28 BF 3 4F 0 62 19 6C 61 26
Octal 50 277 3 117 0 142 31 154 141 46
Binary 101000 10111111 11 1001111 0 1100010 11001 1101100 1100001 100110

Color Harmonies of #28BF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF03

Black with #28BF03

Text Example


Text Example

White with #28BF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,191,3); }

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

background-color css

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

 a { background-color: rgb(40,191,3); }

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

border-color css

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

 span { border-color: rgb(40,191,3); }

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