Html Css Color HEX #03998D Persian Green

📋 copy color: '#03998D'

red 3 ◦ green 153 ◦ blue 141

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

Shades of Persian Green #03998D

Tints of Persian Green #03998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.52%

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 1.01%
G = 51.52%
B = 47.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#03998D (or 0x03998D) is known color: Persian Green. HEX triplet: 03, 99 and 8D. RGB value is (3,153,141). Sum of RGB (Red+Green+Blue) = 3+153+141=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #03998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03998D is #FC6672. Grayscale: #6A6A6A. Windows color (decimal): -16541299 or 9279747. OLE color: 9279747.

HSL color Cylindrical-coordinate representation of color #03998D: hue angle of 175.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03998D is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 153 141 -
CMYK 0.98 0 0.08 0.4
HSL 175.2º 0.96% 0.31% -
HSV(B) 175.2º 0.98% 0.6% -
XYZ 16.24 24.72 29.12 -
YUV 106.78 147.31 53.98 -
System Red Green Blue C M Y K H S L
Decimal 3 153 141 0.98 0 0.08 0.4 175.2 0.96 0.31
Hex 3 99 8D 62 0 8 28 AF 60 1F
Octal 3 231 215 142 0 10 50 257 140 37
Binary 11 10011001 10001101 1100010 0 1000 101000 10101111 1100000 11111

Color Harmonies of #03998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03998D

Black with #03998D

Text Example


Text Example

White with #03998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03998D; }

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

 H1.HeaderClassName
 {
   color: #03998D;
 }
 .AnyTagClassName
 {
   color: #03998D;
 }
</style>

background-color css

<style>
 a { background-color: #03998D; }

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

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

border-color css

<style>
 span { border-color: #03998D; }

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

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