Html Css Color HEX #027805 Green

📋 copy color: '#027805'

red 2 ◦ green 120 ◦ blue 5

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

Shades of Green #027805

Tints of Green #027805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 1.57%
G = 94.49%
B = 3.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#027805 (or 0x027805) is known color: Green. HEX triplet: 02, 78 and 05. RGB value is (2,120,5). Sum of RGB (Red+Green+Blue) = 2+120+5=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 120 (47.27% from 255 or 94.49% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 120 - color contains mainly: green. Hex color #027805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027805 is #FD87FA. Grayscale: #474747. Windows color (decimal): -16615419 or 358402. OLE color: 358402.

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

Color convert

RGB 2 120 5 -
CMYK 0.98 0 0.96 0.53
HSL 121.53º 0.97% 0.24% -
HSV(B) 121.53º 0.98% 0.47% -
XYZ 6.77 13.46 2.38 -
YUV 71.61 90.41 78.35 -
System Red Green Blue C M Y K H S L
Decimal 2 120 5 0.98 0 0.96 0.53 121.53 0.97 0.24
Hex 2 78 5 62 0 60 35 7A 61 18
Octal 2 170 5 142 0 140 65 172 141 30
Binary 10 1111000 101 1100010 0 1100000 110101 1111010 1100001 11000

Color Harmonies of #027805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027805

Black with #027805

Text Example


Text Example

White with #027805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027805; }

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

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

background-color css

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

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

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

border-color css

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

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

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