Html Css Color HEX #027A08 Green

📋 copy color: '#027A08'

red 2 ◦ green 122 ◦ blue 8

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

Shades of Green #027A08

Tints of Green #027A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 92.42%

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 1.52%
G = 92.42%
B = 6.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#027A08 (or 0x027A08) is known color: Green. HEX triplet: 02, 7A and 08. RGB value is (2,122,8). Sum of RGB (Red+Green+Blue) = 2+122+8=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 122 (48.05% from 255 or 92.42% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 122 - color contains mainly: green. Hex color #027A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A08 is #FD85F7. Grayscale: #494949. Windows color (decimal): -16614904 or 555522. OLE color: 555522.

HSL color Cylindrical-coordinate representation of color #027A08: hue angle of 123º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A08 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 122 8 -
CMYK 0.98 0 0.93 0.52
HSL 123º 0.97% 0.24% -
HSV(B) 123º 0.98% 0.48% -
XYZ 7.03 13.95 2.55 -
YUV 73.12 91.24 77.27 -
System Red Green Blue C M Y K H S L
Decimal 2 122 8 0.98 0 0.93 0.52 123 0.97 0.24
Hex 2 7A 8 62 0 5D 34 7B 61 18
Octal 2 172 10 142 0 135 64 173 141 30
Binary 10 1111010 1000 1100010 0 1011101 110100 1111011 1100001 11000

Color Harmonies of #027A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A08

Black with #027A08

Text Example


Text Example

White with #027A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027A08; }

 p { color: rgb(2,122,8); }

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

background-color css

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

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

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

border-color css

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

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

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