Html Css Color HEX #028612 Green

📋 copy color: '#028612'

red 2 ◦ green 134 ◦ blue 18

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

Shades of Green #028612

Tints of Green #028612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 87.01%

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

R = 1.3%
G = 87.01%
B = 11.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#028612 (or 0x028612) is known color: Green. HEX triplet: 02, 86 and 12. RGB value is (2,134,18). Sum of RGB (Red+Green+Blue) = 2+134+18=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 134 (52.73% from 255 or 87.01% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 134 - color contains mainly: green. Hex color #028612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028612 is #FD79ED. Grayscale: #515151. Windows color (decimal): -16611822 or 1213954. OLE color: 1213954.

HSL color Cylindrical-coordinate representation of color #028612: hue angle of 127.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028612 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 134 18 -
CMYK 0.99 0 0.87 0.47
HSL 127.27º 0.97% 0.27% -
HSV(B) 127.27º 0.99% 0.53% -
XYZ 8.66 17.11 3.42 -
YUV 81.31 92.27 71.43 -
System Red Green Blue C M Y K H S L
Decimal 2 134 18 0.99 0 0.87 0.47 127.27 0.97 0.27
Hex 2 86 12 63 0 57 2F 7F 61 1B
Octal 2 206 22 143 0 127 57 177 141 33
Binary 10 10000110 10010 1100011 0 1010111 101111 1111111 1100001 11011

Color Harmonies of #028612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028612

Black with #028612

Text Example


Text Example

White with #028612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028612; }

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

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

background-color css

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

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

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

border-color css

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

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

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