Html Css Color HEX #027001 Green

📋 copy color: '#027001'

red 2 ◦ green 112 ◦ blue 1

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

Shades of Green #027001

Tints of Green #027001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 97.39%

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 1.74%
G = 97.39%
B = 0.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#027001 (or 0x027001) is known color: Green. HEX triplet: 02, 70 and 01. RGB value is (2,112,1). Sum of RGB (Red+Green+Blue) = 2+112+1=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 112 (44.14% from 255 or 97.39% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 112 - color contains mainly: green. Hex color #027001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027001 is #FD8FFE. Grayscale: #424242. Windows color (decimal): -16617471 or 94210. OLE color: 94210.

HSL color Cylindrical-coordinate representation of color #027001: hue angle of 119.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027001 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 1 -
CMYK 0.98 0 0.99 0.56
HSL 119.46º 0.98% 0.22% -
HSV(B) 119.46º 0.99% 0.44% -
XYZ 5.82 11.6 1.96 -
YUV 66.46 91.06 82.03 -
System Red Green Blue C M Y K H S L
Decimal 2 112 1 0.98 0 0.99 0.56 119.46 0.98 0.22
Hex 2 70 1 62 0 63 38 77 62 16
Octal 2 160 1 142 0 143 70 167 142 26
Binary 10 1110000 1 1100010 0 1100011 111000 1110111 1100010 10110

Color Harmonies of #027001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027001

Black with #027001

Text Example


Text Example

White with #027001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027001; }

 p { color: rgb(2,112,1); }

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

background-color css

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

 a { background-color: rgb(2,112,1); }

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

border-color css

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

 span { border-color: rgb(2,112,1); }

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