Html Css Color HEX #028C10 Green

📋 copy color: '#028C10'

red 2 ◦ green 140 ◦ blue 16

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

Shades of Green #028C10

Tints of Green #028C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 1.27%
G = 88.61%
B = 10.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#028C10 (or 0x028C10) is known color: Green. HEX triplet: 02, 8C and 10. RGB value is (2,140,16). Sum of RGB (Red+Green+Blue) = 2+140+16=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 140 (55.08% from 255 or 88.61% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 140 - color contains mainly: green. Hex color #028C10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C10 is #FD73EF. Grayscale: #545454. Windows color (decimal): -16610288 or 1084418. OLE color: 1084418.

HSL color Cylindrical-coordinate representation of color #028C10: hue angle of 126.09º 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 #028C10 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 140 16 -
CMYK 0.99 0 0.89 0.45
HSL 126.09º 0.97% 0.28% -
HSV(B) 126.09º 0.99% 0.55% -
XYZ 9.5 18.81 3.62 -
YUV 84.6 89.28 69.08 -
System Red Green Blue C M Y K H S L
Decimal 2 140 16 0.99 0 0.89 0.45 126.09 0.97 0.28
Hex 2 8C 10 63 0 59 2D 7E 61 1C
Octal 2 214 20 143 0 131 55 176 141 34
Binary 10 10001100 10000 1100011 0 1011001 101101 1111110 1100001 11100

Color Harmonies of #028C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C10

Black with #028C10

Text Example


Text Example

White with #028C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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