Html Css Color HEX #03B40F Islamic Green

📋 copy color: '#03B40F'

red 3 ◦ green 180 ◦ blue 15

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

Shades of Islamic Green #03B40F

Tints of Islamic Green #03B40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 90.91%

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 1.52%
G = 90.91%
B = 7.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#03B40F (or 0x03B40F) is known color: Islamic Green. HEX triplet: 03, B4 and 0F. RGB value is (3,180,15). Sum of RGB (Red+Green+Blue) = 3+180+15=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 180 (70.70% from 255 or 90.91% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 180 - color contains mainly: green. Hex color #03B40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B40F is #FC4BF0. Grayscale: #6C6C6C. Windows color (decimal): -16534513 or 1029123. OLE color: 1029123.

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

Color convert

RGB 3 180 15 -
CMYK 0.98 0 0.92 0.29
HSL 124.07º 0.97% 0.36% -
HSV(B) 124.07º 0.98% 0.71% -
XYZ 16.45 32.7 5.9 -
YUV 108.27 75.36 52.92 -
System Red Green Blue C M Y K H S L
Decimal 3 180 15 0.98 0 0.92 0.29 124.07 0.97 0.36
Hex 3 B4 F 62 0 5C 1D 7C 61 24
Octal 3 264 17 142 0 134 35 174 141 44
Binary 11 10110100 1111 1100010 0 1011100 11101 1111100 1100001 100100

Color Harmonies of #03B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B40F

Black with #03B40F

Text Example


Text Example

White with #03B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,180,15); }

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

background-color css

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

 a { background-color: rgb(3,180,15); }

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

border-color css

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

 span { border-color: rgb(3,180,15); }

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