Html Css Color HEX #028C11 Green

📋 copy color: '#028C11'

red 2 ◦ green 140 ◦ blue 17

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

Shades of Green #028C11

Tints of Green #028C11

RGB

 RED value IS 2 (1.17% from 255) = 1.26%

 GREEN value IS 140 (55.08% from 255) = 88.05%

 BLUE value IS 17 (7.03% from 255) = 10.69%

R = 1.26%
G = 88.05%
B = 10.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#028C11 (or 0x028C11) is known color: Green. HEX triplet: 02, 8C and 11. RGB value is (2,140,17). Sum of RGB (Red+Green+Blue) = 2+140+17=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #028C11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C11 is #FD73EE. Grayscale: #555555. Windows color (decimal): -16610287 or 1149954. OLE color: 1149954.

HSL color Cylindrical-coordinate representation of color #028C11: hue angle of 126.52º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C11 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 140 17 -
CMYK 0.99 0 0.88 0.45
HSL 126.52º 0.97% 0.28% -
HSV(B) 126.52º 0.99% 0.55% -
XYZ 9.5 18.81 3.66 -
YUV 84.72 89.78 69 -
System Red Green Blue C M Y K H S L
Decimal 2 140 17 0.99 0 0.88 0.45 126.52 0.97 0.28
Hex 2 8C 11 63 0 58 2D 7F 61 1C
Octal 2 214 21 143 0 130 55 177 141 34
Binary 10 10001100 10001 1100011 0 1011000 101101 1111111 1100001 11100

Color Harmonies of #028C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C11

Black with #028C11

Text Example


Text Example

White with #028C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028C11; }

 p { color: rgb(2,140,17); }

 H1.HeaderClassName
 {
   color: #028C11;
 }
 .AnyTagClassName
 {
   color: #028C11;
 }
</style>

background-color css

<style>
 a { background-color: #028C11; }

 a { background-color: rgb(2,140,17); }

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

border-color css

<style>
 span { border-color: #028C11; }

 span { border-color: rgb(2,140,17); }

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