#029C8B

Color #029C8B Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #029C8B

Tints of Persian Green #029C8B

Color information

#029C8B (or 0x029C8B) is unknown color: approx Persian Green. HEX triplet: 02, 9C and 8B. RGB value is (2,156,139). Sum of RGB (Red+Green+Blue) = 2+156+139=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #029C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029C8B is #FD6374. Grayscale: #6B6B6B. Windows color (decimal): -16606069 or 9149442. OLE color: 9149442.

HSL color Cylindrical-coordinate representation of color #029C8B: hue angle of 173.38º 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 #029C8B is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB2156139-
CMYK0.9900.110.39
HSL173.38º97.47%30.98%-
HSV(B)173.38º98.72%61.18%-
XYZ16.5725.6528.5-
YUV108.02145.4852.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 156 (61.33% from 255) = 52.53%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=0.67%
G=52.53%
B=46.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21561390.9900.110.39173.3897.4730.98
Hex29C8B630B27ad611f
Octal22342131430134725514137
Binary10100111001000101111000110101110011110101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #029C8B;
 }
 .AnyTagClassName
 {
   color: #029C8B;
 }
</style>
background-color css

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

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

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

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

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

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