Html Css Color HEX #028412 Green

📋 copy color: '#028412'

red 2 ◦ green 132 ◦ blue 18

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

Shades of Green #028412

Tints of Green #028412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 86.84%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 1.32%
G = 86.84%
B = 11.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#028412 (or 0x028412) is known color: Green. HEX triplet: 02, 84 and 12. RGB value is (2,132,18). Sum of RGB (Red+Green+Blue) = 2+132+18=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 132 (51.95% from 255 or 86.84% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 132 - color contains mainly: green. Hex color #028412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028412 is #FD7BED. Grayscale: #505050. Windows color (decimal): -16612334 or 1213442. OLE color: 1213442.

HSL color Cylindrical-coordinate representation of color #028412: hue angle of 127.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028412 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 18 -
CMYK 0.98 0 0.86 0.48
HSL 127.38º 0.97% 0.26% -
HSV(B) 127.38º 0.98% 0.52% -
XYZ 8.39 16.56 3.33 -
YUV 80.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 2 132 18 0.98 0 0.86 0.48 127.38 0.97 0.26
Hex 2 84 12 62 0 56 30 7F 61 1A
Octal 2 204 22 142 0 126 60 177 141 32
Binary 10 10000100 10010 1100010 0 1010110 110000 1111111 1100001 11010

Color Harmonies of #028412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028412

Black with #028412

Text Example


Text Example

White with #028412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028412; }

 p { color: rgb(2,132,18); }

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

background-color css

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

 a { background-color: rgb(2,132,18); }

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

border-color css

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

 span { border-color: rgb(2,132,18); }

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