Html Css Color HEX #03B313 Islamic Green

📋 copy color: '#03B313'

red 3 ◦ green 179 ◦ blue 19

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

Shades of Islamic Green #03B313

Tints of Islamic Green #03B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 89.05%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 1.49%
G = 89.05%
B = 9.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#03B313 (or 0x03B313) is known color: Islamic Green. HEX triplet: 03, B3 and 13. RGB value is (3,179,19). Sum of RGB (Red+Green+Blue) = 3+179+19=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 179 (70.31% from 255 or 89.05% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 179 - color contains mainly: green. Hex color #03B313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B313 is #FC4CEC. Grayscale: #6C6C6C. Windows color (decimal): -16534765 or 1291011. OLE color: 1291011.

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

Color convert

RGB 3 179 19 -
CMYK 0.98 0 0.89 0.30
HSL 125.45º 0.97% 0.36% -
HSV(B) 125.45º 0.98% 0.7% -
XYZ 16.28 32.31 5.99 -
YUV 108.14 77.69 53.01 -
System Red Green Blue C M Y K H S L
Decimal 3 179 19 0.98 0 0.89 0.30 125.45 0.97 0.36
Hex 3 B3 13 62 0 59 1E 7D 61 24
Octal 3 263 23 142 0 131 36 175 141 44
Binary 11 10110011 10011 1100010 0 1011001 11110 1111101 1100001 100100

Color Harmonies of #03B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B313

Black with #03B313

Text Example


Text Example

White with #03B313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,179,19); }

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

background-color css

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

 a { background-color: rgb(3,179,19); }

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

border-color css

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

 span { border-color: rgb(3,179,19); }

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