Html Css Color HEX #027605 Green

📋 copy color: '#027605'

red 2 ◦ green 118 ◦ blue 5

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

Shades of Green #027605

Tints of Green #027605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 94.4%

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

R = 1.6%
G = 94.4%
B = 4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#027605 (or 0x027605) is known color: Green. HEX triplet: 02, 76 and 05. RGB value is (2,118,5). Sum of RGB (Red+Green+Blue) = 2+118+5=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 118 (46.48% from 255 or 94.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 118 - color contains mainly: green. Hex color #027605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027605 is #FD89FA. Grayscale: #464646. Windows color (decimal): -16615931 or 357890. OLE color: 357890.

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

Color convert

RGB 2 118 5 -
CMYK 0.98 0 0.96 0.54
HSL 121.55º 0.97% 0.24% -
HSV(B) 121.55º 0.98% 0.46% -
XYZ 6.53 12.98 2.3 -
YUV 70.43 91.07 79.19 -
System Red Green Blue C M Y K H S L
Decimal 2 118 5 0.98 0 0.96 0.54 121.55 0.97 0.24
Hex 2 76 5 62 0 60 36 7A 61 18
Octal 2 166 5 142 0 140 66 172 141 30
Binary 10 1110110 101 1100010 0 1100000 110110 1111010 1100001 11000

Color Harmonies of #027605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027605

Black with #027605

Text Example


Text Example

White with #027605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027605; }

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

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

background-color css

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

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

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

border-color css

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

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

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