Html Css Color HEX #027301 Green

📋 copy color: '#027301'

red 2 ◦ green 115 ◦ blue 1

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

Shades of Green #027301

Tints of Green #027301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 97.46%

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

R = 1.69%
G = 97.46%
B = 0.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#027301 (or 0x027301) is known color: Green. HEX triplet: 02, 73 and 01. RGB value is (2,115,1). Sum of RGB (Red+Green+Blue) = 2+115+1=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 115 (45.31% from 255 or 97.46% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 115 - color contains mainly: green. Hex color #027301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027301 is #FD8CFE. Grayscale: #444444. Windows color (decimal): -16616703 or 94978. OLE color: 94978.

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

Color convert

RGB 2 115 1 -
CMYK 0.98 0 0.99 0.55
HSL 119.47º 0.98% 0.23% -
HSV(B) 119.47º 0.99% 0.45% -
XYZ 6.16 12.28 2.07 -
YUV 68.22 90.06 80.77 -
System Red Green Blue C M Y K H S L
Decimal 2 115 1 0.98 0 0.99 0.55 119.47 0.98 0.23
Hex 2 73 1 62 0 63 37 77 62 17
Octal 2 163 1 142 0 143 67 167 142 27
Binary 10 1110011 1 1100010 0 1100011 110111 1110111 1100010 10111

Color Harmonies of #027301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027301

Black with #027301

Text Example


Text Example

White with #027301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027301; }

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

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

background-color css

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

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

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

border-color css

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

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

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