Html Css Color HEX #28B300 Kelly Green

📋 copy color: '#28B300'

red 40 ◦ green 179 ◦ blue 0

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

Shades of Kelly Green #28B300

Tints of Kelly Green #28B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 81.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.26%
G = 81.74%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#28B300 (or 0x28B300) is known color: Kelly Green. HEX triplet: 28, B3 and 00. RGB value is (40,179,0). Sum of RGB (Red+Green+Blue) = 40+179+0=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 179 (70.31% from 255 or 81.74% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 179 - color contains mainly: green. Hex color #28B300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B300 is #D74CFF. Grayscale: #757575. Windows color (decimal): -14109952 or 45864. OLE color: 45864.

HSL color Cylindrical-coordinate representation of color #28B300: hue angle of 106.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28B300 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 179 0 -
CMYK 0.78 0 1 0.30
HSL 106.59º 1% 0.35% -
HSV(B) 106.59º 1% 0.7% -
XYZ 17 32.69 5.41 -
YUV 117.03 61.95 73.05 -
System Red Green Blue C M Y K H S L
Decimal 40 179 0 0.78 0 1 0.30 106.59 1 0.35
Hex 28 B3 0 4E 0 64 1E 6B 64 23
Octal 50 263 0 116 0 144 36 153 144 43
Binary 101000 10110011 0 1001110 0 1100100 11110 1101011 1100100 100011

Color Harmonies of #28B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B300

Black with #28B300

Text Example


Text Example

White with #28B300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,179,0); }

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

background-color css

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

 a { background-color: rgb(40,179,0); }

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

border-color css

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

 span { border-color: rgb(40,179,0); }

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