Html Css Color HEX #029894 Persian Green

📋 copy color: '#029894'

red 2 ◦ green 152 ◦ blue 148

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

Shades of Persian Green #029894

Tints of Persian Green #029894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

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

R = 0.66%
G = 50.33%
B = 49.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#029894 (or 0x029894) is known color: Persian Green. HEX triplet: 02, 98 and 94. RGB value is (2,152,148). Sum of RGB (Red+Green+Blue) = 2+152+148=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #029894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029894 is #FD676B. Grayscale: #6A6A6A. Windows color (decimal): -16607084 or 9738242. OLE color: 9738242.

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

Color convert

RGB 2 152 148 -
CMYK 0.99 0 0.03 0.40
HSL 178.4º 0.97% 0.3% -
HSV(B) 178.4º 0.99% 0.6% -
XYZ 16.6 24.61 31.89 -
YUV 106.69 151.31 53.33 -
System Red Green Blue C M Y K H S L
Decimal 2 152 148 0.99 0 0.03 0.40 178.4 0.97 0.3
Hex 2 98 94 63 0 3 28 B2 61 1E
Octal 2 230 224 143 0 3 50 262 141 36
Binary 10 10011000 10010100 1100011 0 11 101000 10110010 1100001 11110

Color Harmonies of #029894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029894

Black with #029894

Text Example


Text Example

White with #029894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029894; }

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

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

background-color css

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

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

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

border-color css

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

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

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