Html Css Color HEX #039400 Islamic Green

📋 copy color: '#039400'

red 3 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #039400

Tints of Islamic Green #039400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 98.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.99%
G = 98.01%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#039400 (or 0x039400) is known color: Islamic Green. HEX triplet: 03, 94 and 00. RGB value is (3,148,0). Sum of RGB (Red+Green+Blue) = 3+148+0=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 148 (58.20% from 255 or 98.01% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 148 - color contains mainly: green. Hex color #039400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039400 is #FC6BFF. Grayscale: #585858. Windows color (decimal): -16542720 or 37891. OLE color: 37891.

HSL color Cylindrical-coordinate representation of color #039400: hue angle of 118.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #039400 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 148 0 -
CMYK 0.98 0 1 0.42
HSL 118.78º 1% 0.29% -
HSV(B) 118.78º 1% 0.58% -
XYZ 10.63 21.2 3.53 -
YUV 87.77 78.46 67.53 -
System Red Green Blue C M Y K H S L
Decimal 3 148 0 0.98 0 1 0.42 118.78 1 0.29
Hex 3 94 0 62 0 64 2A 77 64 1D
Octal 3 224 0 142 0 144 52 167 144 35
Binary 11 10010100 0 1100010 0 1100100 101010 1110111 1100100 11101

Color Harmonies of #039400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039400

Black with #039400

Text Example


Text Example

White with #039400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039400; }

 p { color: rgb(3,148,0); }

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

background-color css

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

 a { background-color: rgb(3,148,0); }

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

border-color css

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

 span { border-color: rgb(3,148,0); }

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