Html Css Color HEX #03B28A Persian Green

📋 copy color: '#03B28A'

red 3 ◦ green 178 ◦ blue 138

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

Shades of Persian Green #03B28A

Tints of Persian Green #03B28A

RGB

 RED value IS 3 (1.56% from 255) = 0.94%

 GREEN value IS 178 (69.92% from 255) = 55.8%

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 0.94%
G = 55.8%
B = 43.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#03B28A (or 0x03B28A) is known color: Persian Green. HEX triplet: 03, B2 and 8A. RGB value is (3,178,138). Sum of RGB (Red+Green+Blue) = 3+178+138=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #03B28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B28A is #FC4D75. Grayscale: #797979. Windows color (decimal): -16534902 or 9089539. OLE color: 9089539.

HSL color Cylindrical-coordinate representation of color #03B28A: hue angle of 166.29º 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 #03B28A is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 178 138 -
CMYK 0.98 0 0.22 0.30
HSL 166.29º 0.97% 0.35% -
HSV(B) 166.29º 0.98% 0.7% -
XYZ 20.55 33.7 29.47 -
YUV 121.12 137.52 43.75 -
System Red Green Blue C M Y K H S L
Decimal 3 178 138 0.98 0 0.22 0.30 166.29 0.97 0.35
Hex 3 B2 8A 62 0 16 1E A6 61 23
Octal 3 262 212 142 0 26 36 246 141 43
Binary 11 10110010 10001010 1100010 0 10110 11110 10100110 1100001 100011

Color Harmonies of #03B28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B28A

Black with #03B28A

Text Example


Text Example

White with #03B28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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