Html Css Color HEX #028414 Green

📋 copy color: '#028414'

red 2 ◦ green 132 ◦ blue 20

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

Shades of Green #028414

Tints of Green #028414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 1.3%
G = 85.71%
B = 12.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#028414 (or 0x028414) is known color: Green. HEX triplet: 02, 84 and 14. RGB value is (2,132,20). Sum of RGB (Red+Green+Blue) = 2+132+20=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 132 (51.95% from 255 or 85.71% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 132 - color contains mainly: green. Hex color #028414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028414 is #FD7BEB. Grayscale: #505050. Windows color (decimal): -16612332 or 1344514. OLE color: 1344514.

HSL color Cylindrical-coordinate representation of color #028414: hue angle of 128.31º 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 #028414 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 20 -
CMYK 0.98 0 0.85 0.48
HSL 128.31º 0.97% 0.26% -
HSV(B) 128.31º 0.98% 0.52% -
XYZ 8.4 16.57 3.42 -
YUV 80.36 93.93 72.11 -
System Red Green Blue C M Y K H S L
Decimal 2 132 20 0.98 0 0.85 0.48 128.31 0.97 0.26
Hex 2 84 14 62 0 55 30 80 61 1A
Octal 2 204 24 142 0 125 60 200 141 32
Binary 10 10000100 10100 1100010 0 1010101 110000 10000000 1100001 11010

Color Harmonies of #028414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028414

Black with #028414

Text Example


Text Example

White with #028414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028414; }

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

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

background-color css

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

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

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

border-color css

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

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

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