Html Css Color HEX #027820 Green

📋 copy color: '#027820'

red 2 ◦ green 120 ◦ blue 32

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

Shades of Green #027820

Tints of Green #027820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 77.92%

 BLUE value IS 32 (12.89% from 255) = 20.78%

R = 1.3%
G = 77.92%
B = 20.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#027820 (or 0x027820) is known color: Green. HEX triplet: 02, 78 and 20. RGB value is (2,120,32). Sum of RGB (Red+Green+Blue) = 2+120+32=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 120 (47.27% from 255 or 77.92% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 120 - color contains mainly: green. Hex color #027820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027820 is #FD87DF. Grayscale: #4A4A4A. Windows color (decimal): -16615392 or 2127874. OLE color: 2127874.

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

Color convert

RGB 2 120 32 -
CMYK 0.98 0 0.73 0.53
HSL 135.25º 0.97% 0.24% -
HSV(B) 135.25º 0.98% 0.47% -
XYZ 7 13.55 3.61 -
YUV 74.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 2 120 32 0.98 0 0.73 0.53 135.25 0.97 0.24
Hex 2 78 20 62 0 49 35 87 61 18
Octal 2 170 40 142 0 111 65 207 141 30
Binary 10 1111000 100000 1100010 0 1001001 110101 10000111 1100001 11000

Color Harmonies of #027820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027820

Black with #027820

Text Example


Text Example

White with #027820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027820; }

 p { color: rgb(2,120,32); }

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

background-color css

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

 a { background-color: rgb(2,120,32); }

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

border-color css

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

 span { border-color: rgb(2,120,32); }

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