#029B8B

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

Shades of Persian Green #029B8B

Tints of Persian Green #029B8B

Color information

#029B8B (or 0x029B8B) is unknown color: approx 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

RGB2155139-
CMYK0.9900.100.39
HSL173.73º97.45%30.78%-
HSV(B)173.73º98.71%60.78%-
XYZ16.4125.3228.45-
YUV107.43145.8152.8-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21551390.9900.100.39173.7397.4530.78
Hex29B8B630A27ae611f
Octal22332131430124725614137
Binary10100110111000101111000110101010011110101110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>