Html Css Color HEX #029B8B Persian Green

📋 copy color: '#029B8B'

red 2 ◦ green 155 ◦ blue 139

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

Shades of Persian Green #029B8B

Tints of Persian Green #029B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.36%

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 0.68%
G = 52.36%
B = 46.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#029B8B (or 0x029B8B) is known color: Persian Green. HEX triplet: 02, 9B and 8B. RGB value is (2,155,139). Sum of RGB (Red+Green+Blue) = 2+155+139=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #029B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B8B is #FD6474. Grayscale: #6B6B6B. Windows color (decimal): -16606325 or 9149186. OLE color: 9149186.

HSL color Cylindrical-coordinate representation of color #029B8B: hue angle of 173.73º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B8B is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 155 139 -
CMYK 0.99 0 0.10 0.39
HSL 173.73º 0.97% 0.31% -
HSV(B) 173.73º 0.99% 0.61% -
XYZ 16.41 25.32 28.45 -
YUV 107.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 2 155 139 0.99 0 0.10 0.39 173.73 0.97 0.31
Hex 2 9B 8B 63 0 A 27 AE 61 1F
Octal 2 233 213 143 0 12 47 256 141 37
Binary 10 10011011 10001011 1100011 0 1010 100111 10101110 1100001 11111

Color Harmonies of #029B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029B8B

Black with #029B8B

Text Example


Text Example

White with #029B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,155,139); }

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

background-color css

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

 a { background-color: rgb(2,155,139); }

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

border-color css

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

 span { border-color: rgb(2,155,139); }

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