Html Css Color HEX #029994 Persian Green

📋 copy color: '#029994'

red 2 ◦ green 153 ◦ blue 148

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

Shades of Persian Green #029994

Tints of Persian Green #029994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 0.66%
G = 50.5%
B = 48.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#029994 (or 0x029994) is known color: Persian Green. HEX triplet: 02, 99 and 94. RGB value is (2,153,148). Sum of RGB (Red+Green+Blue) = 2+153+148=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #029994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029994 is #FD666B. Grayscale: #6B6B6B. Windows color (decimal): -16606828 or 9738498. OLE color: 9738498.

HSL color Cylindrical-coordinate representation of color #029994: hue angle of 178.01º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029994 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 153 148 -
CMYK 0.99 0 0.03 0.4
HSL 178.01º 0.97% 0.3% -
HSV(B) 178.01º 0.99% 0.6% -
XYZ 16.76 24.93 31.95 -
YUV 107.28 150.97 52.91 -
System Red Green Blue C M Y K H S L
Decimal 2 153 148 0.99 0 0.03 0.4 178.01 0.97 0.3
Hex 2 99 94 63 0 3 28 B2 61 1E
Octal 2 231 224 143 0 3 50 262 141 36
Binary 10 10011001 10010100 1100011 0 11 101000 10110010 1100001 11110

Color Harmonies of #029994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029994

Black with #029994

Text Example


Text Example

White with #029994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029994; }

 p { color: rgb(2,153,148); }

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

background-color css

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

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

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

border-color css

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

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

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