Html Css Color HEX #029E71 Free Speech Aquamarine

📋 copy color: '#029E71'

red 2 ◦ green 158 ◦ blue 113

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

Shades of Free Speech Aquamarine #029E71

Tints of Free Speech Aquamarine #029E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 57.88%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 0.73%
G = 57.88%
B = 41.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#029E71 (or 0x029E71) is known color: Free Speech Aquamarine. HEX triplet: 02, 9E and 71. RGB value is (2,158,113). Sum of RGB (Red+Green+Blue) = 2+158+113=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #029E71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029E71 is #FD618E. Grayscale: #6A6A6A. Windows color (decimal): -16605583 or 7446018. OLE color: 7446018.

HSL color Cylindrical-coordinate representation of color #029E71: hue angle of 162.69º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E71 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 158 113 -
CMYK 0.99 0 0.28 0.38
HSL 162.69º 0.98% 0.31% -
HSV(B) 162.69º 0.99% 0.62% -
XYZ 15.23 25.66 19.77 -
YUV 106.23 131.82 53.66 -
System Red Green Blue C M Y K H S L
Decimal 2 158 113 0.99 0 0.28 0.38 162.69 0.98 0.31
Hex 2 9E 71 63 0 1C 26 A3 62 1F
Octal 2 236 161 143 0 34 46 243 142 37
Binary 10 10011110 1110001 1100011 0 11100 100110 10100011 1100010 11111

Color Harmonies of #029E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029E71

Black with #029E71

Text Example


Text Example

White with #029E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029E71; }

 p { color: rgb(2,158,113); }

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

background-color css

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

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

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

border-color css

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

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

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