Html Css Color HEX #027902 Green

📋 copy color: '#027902'

red 2 ◦ green 121 ◦ blue 2

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

Shades of Green #027902

Tints of Green #027902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 96.8%

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

R = 1.6%
G = 96.8%
B = 1.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#027902 (or 0x027902) is known color: Green. HEX triplet: 02, 79 and 02. RGB value is (2,121,2). Sum of RGB (Red+Green+Blue) = 2+121+2=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 121 (47.66% from 255 or 96.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 121 - color contains mainly: green. Hex color #027902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027902 is #FD86FD. Grayscale: #484848. Windows color (decimal): -16615166 or 162050. OLE color: 162050.

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

Color convert

RGB 2 121 2 -
CMYK 0.98 0 0.98 0.53
HSL 120º 0.97% 0.24% -
HSV(B) 120º 0.98% 0.47% -
XYZ 6.87 13.69 2.34 -
YUV 71.85 88.58 78.18 -
System Red Green Blue C M Y K H S L
Decimal 2 121 2 0.98 0 0.98 0.53 120 0.97 0.24
Hex 2 79 2 62 0 62 35 78 61 18
Octal 2 171 2 142 0 142 65 170 141 30
Binary 10 1111001 10 1100010 0 1100010 110101 1111000 1100001 11000

Color Harmonies of #027902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027902

Black with #027902

Text Example


Text Example

White with #027902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027902; }

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

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

background-color css

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

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

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

border-color css

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

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

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