Html Css Color HEX #027705 Green

📋 copy color: '#027705'

red 2 ◦ green 119 ◦ blue 5

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

Shades of Green #027705

Tints of Green #027705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 94.44%

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

R = 1.59%
G = 94.44%
B = 3.97%

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

#027705 (or 0x027705) is known color: Green. HEX triplet: 02, 77 and 05. RGB value is (2,119,5). Sum of RGB (Red+Green+Blue) = 2+119+5=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 119 (46.88% from 255 or 94.44% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 119 - color contains mainly: green. Hex color #027705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027705 is #FD88FA. Grayscale: #474747. Windows color (decimal): -16615675 or 358146. OLE color: 358146.

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

Color convert

RGB 2 119 5 -
CMYK 0.98 0 0.96 0.53
HSL 121.54º 0.97% 0.24% -
HSV(B) 121.54º 0.98% 0.47% -
XYZ 6.65 13.22 2.34 -
YUV 71.02 90.74 78.77 -
System Red Green Blue C M Y K H S L
Decimal 2 119 5 0.98 0 0.96 0.53 121.54 0.97 0.24
Hex 2 77 5 62 0 60 35 7A 61 18
Octal 2 167 5 142 0 140 65 172 141 30
Binary 10 1110111 101 1100010 0 1100000 110101 1111010 1100001 11000

Color Harmonies of #027705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027705

Black with #027705

Text Example


Text Example

White with #027705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027705; }

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

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

background-color css

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

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

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

border-color css

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

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

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