Html Css Color HEX #03B296 Persian Green

📋 copy color: '#03B296'

red 3 ◦ green 178 ◦ blue 150

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

Shades of Persian Green #03B296

Tints of Persian Green #03B296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 0.91%
G = 53.78%
B = 45.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#03B296 (or 0x03B296) is known color: Persian Green. HEX triplet: 03, B2 and 96. RGB value is (3,178,150). Sum of RGB (Red+Green+Blue) = 3+178+150=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #03B296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B296 is #FC4D69. Grayscale: #7A7A7A. Windows color (decimal): -16534890 or 9875971. OLE color: 9875971.

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

Color convert

RGB 3 178 150 -
CMYK 0.98 0 0.16 0.30
HSL 170.4º 0.97% 0.35% -
HSV(B) 170.4º 0.98% 0.7% -
XYZ 21.46 34.06 34.3 -
YUV 122.48 143.52 42.78 -
System Red Green Blue C M Y K H S L
Decimal 3 178 150 0.98 0 0.16 0.30 170.4 0.97 0.35
Hex 3 B2 96 62 0 10 1E AA 61 23
Octal 3 262 226 142 0 20 36 252 141 43
Binary 11 10110010 10010110 1100010 0 10000 11110 10101010 1100001 100011

Color Harmonies of #03B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B296

Black with #03B296

Text Example


Text Example

White with #03B296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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