Html Css Color HEX #027602 Green

📋 copy color: '#027602'

red 2 ◦ green 118 ◦ blue 2

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

Shades of Green #027602

Tints of Green #027602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 1.64%
G = 96.72%
B = 1.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#027602 (or 0x027602) is known color: Green. HEX triplet: 02, 76 and 02. RGB value is (2,118,2). Sum of RGB (Red+Green+Blue) = 2+118+2=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 118 (46.48% from 255 or 96.72% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 118 - color contains mainly: green. Hex color #027602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027602 is #FD89FD. Grayscale: #464646. Windows color (decimal): -16615934 or 161282. OLE color: 161282.

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

Color convert

RGB 2 118 2 -
CMYK 0.98 0 0.98 0.54
HSL 120º 0.97% 0.24% -
HSV(B) 120º 0.98% 0.46% -
XYZ 6.51 12.97 2.22 -
YUV 70.09 89.57 79.43 -
System Red Green Blue C M Y K H S L
Decimal 2 118 2 0.98 0 0.98 0.54 120 0.97 0.24
Hex 2 76 2 62 0 62 36 78 61 18
Octal 2 166 2 142 0 142 66 170 141 30
Binary 10 1110110 10 1100010 0 1100010 110110 1111000 1100001 11000

Color Harmonies of #027602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027602

Black with #027602

Text Example


Text Example

White with #027602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027602; }

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

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

background-color css

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

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

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

border-color css

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

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

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