Html Css Color HEX #03B298 Persian Green

📋 copy color: '#03B298'

red 3 ◦ green 178 ◦ blue 152

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

Shades of Persian Green #03B298

Tints of Persian Green #03B298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.65%

R = 0.9%
G = 53.45%
B = 45.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#03B298 (or 0x03B298) is known color: Persian Green. HEX triplet: 03, B2 and 98. RGB value is (3,178,152). Sum of RGB (Red+Green+Blue) = 3+178+152=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #03B298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B298 is #FC4D67. Grayscale: #7A7A7A. Windows color (decimal): -16534888 or 10007043. OLE color: 10007043.

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

Color convert

RGB 3 178 152 -
CMYK 0.98 0 0.15 0.30
HSL 171.09º 0.97% 0.35% -
HSV(B) 171.09º 0.98% 0.7% -
XYZ 21.63 34.13 35.15 -
YUV 122.71 144.52 42.61 -
System Red Green Blue C M Y K H S L
Decimal 3 178 152 0.98 0 0.15 0.30 171.09 0.97 0.35
Hex 3 B2 98 62 0 F 1E AB 61 23
Octal 3 262 230 142 0 17 36 253 141 43
Binary 11 10110010 10011000 1100010 0 1111 11110 10101011 1100001 100011

Color Harmonies of #03B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B298

Black with #03B298

Text Example


Text Example

White with #03B298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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