Html Css Color HEX #029992 Persian Green

📋 copy color: '#029992'

red 2 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #029992

Tints of Persian Green #029992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 0.66%
G = 50.83%
B = 48.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#029992 (or 0x029992) is known color: Persian Green. HEX triplet: 02, 99 and 92. RGB value is (2,153,146). Sum of RGB (Red+Green+Blue) = 2+153+146=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #029992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029992 is #FD666D. Grayscale: #6A6A6A. Windows color (decimal): -16606830 or 9607426. OLE color: 9607426.

HSL color Cylindrical-coordinate representation of color #029992: hue angle of 177.22º 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 #029992 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 153 146 -
CMYK 0.99 0 0.05 0.4
HSL 177.22º 0.97% 0.3% -
HSV(B) 177.22º 0.99% 0.6% -
XYZ 16.6 24.87 31.12 -
YUV 107.05 149.97 53.07 -
System Red Green Blue C M Y K H S L
Decimal 2 153 146 0.99 0 0.05 0.4 177.22 0.97 0.3
Hex 2 99 92 63 0 5 28 B1 61 1E
Octal 2 231 222 143 0 5 50 261 141 36
Binary 10 10011001 10010010 1100011 0 101 101000 10110001 1100001 11110

Color Harmonies of #029992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029992

Black with #029992

Text Example


Text Example

White with #029992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029992; }

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

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

background-color css

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

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

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

border-color css

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

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

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