#03B28D

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

Shades of Persian Green #03B28D

Tints of Persian Green #03B28D

Color information

#03B28D (or 0x03B28D) is unknown color: approx Persian Green. HEX triplet: 03, B2 and 8D. RGB value is (3,178,141). Sum of RGB (Red+Green+Blue) = 3+178+141=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #03B28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B28D is #FC4D72. Grayscale: #797979. Windows color (decimal): -16534899 or 9286147. OLE color: 9286147.

HSL color Cylindrical-coordinate representation of color #03B28D: hue angle of 167.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B28D is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB3178141-
CMYK0.9800.210.30
HSL167.31º96.69%35.49%-
HSV(B)167.31º98.31%69.8%-
XYZ20.7733.7830.63-
YUV121.46139.0243.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 178 (69.92% from 255) = 55.28%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=0.93%
G=55.28%
B=43.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31781410.9800.210.30167.3196.6935.49
Hex3B28D620151Ea76123
Octal32622151420253624714143
Binary111011001010001101110001001010111110101001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03B28D; }

 p { color: rgb(3,178,141); }

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

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

 a { background-color: rgb(3,178,141); }

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

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

 span { border-color: rgb(3,178,141); }

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