Html Css Color HEX #28AF03 Kelly Green

📋 copy color: '#28AF03'

red 40 ◦ green 175 ◦ blue 3

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

Shades of Kelly Green #28AF03

Tints of Kelly Green #28AF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 80.28%

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

R = 18.35%
G = 80.28%
B = 1.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#28AF03 (or 0x28AF03) is known color: Kelly Green. HEX triplet: 28, AF and 03. RGB value is (40,175,3). Sum of RGB (Red+Green+Blue) = 40+175+3=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 175 (68.75% from 255 or 80.28% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AF03 is #D750FC. Grayscale: #737373. Windows color (decimal): -14110973 or 241448. OLE color: 241448.

HSL color Cylindrical-coordinate representation of color #28AF03: hue angle of 107.09º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28AF03 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 175 3 -
CMYK 0.77 0 0.98 0.31
HSL 107.09º 0.97% 0.35% -
HSV(B) 107.09º 0.98% 0.69% -
XYZ 16.22 31.12 5.24 -
YUV 115.03 64.77 74.49 -
System Red Green Blue C M Y K H S L
Decimal 40 175 3 0.77 0 0.98 0.31 107.09 0.97 0.35
Hex 28 AF 3 4D 0 62 1F 6B 61 23
Octal 50 257 3 115 0 142 37 153 141 43
Binary 101000 10101111 11 1001101 0 1100010 11111 1101011 1100001 100011

Color Harmonies of #28AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF03

Black with #28AF03

Text Example


Text Example

White with #28AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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