Html Css Color HEX #048F0F Islamic Green

📋 copy color: '#048F0F'

red 4 ◦ green 143 ◦ blue 15

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

Shades of Islamic Green #048F0F

Tints of Islamic Green #048F0F

RGB

 RED value IS 4 (1.95% from 255) = 2.47%

 GREEN value IS 143 (56.25% from 255) = 88.27%

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

R = 2.47%
G = 88.27%
B = 9.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#048F0F (or 0x048F0F) is known color: Islamic Green. HEX triplet: 04, 8F and 0F. RGB value is (4,143,15). Sum of RGB (Red+Green+Blue) = 4+143+15=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 143 (56.25% from 255 or 88.27% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 143 - color contains mainly: green. Hex color #048F0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048F0F is #FB70F0. Grayscale: #575757. Windows color (decimal): -16478449 or 1019652. OLE color: 1019652.

HSL color Cylindrical-coordinate representation of color #048F0F: hue angle of 124.75º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048F0F is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 143 15 -
CMYK 0.97 0 0.90 0.44
HSL 124.75º 0.95% 0.29% -
HSV(B) 124.75º 0.97% 0.56% -
XYZ 9.96 19.71 3.73 -
YUV 86.85 87.45 68.91 -
System Red Green Blue C M Y K H S L
Decimal 4 143 15 0.97 0 0.90 0.44 124.75 0.95 0.29
Hex 4 8F F 61 0 5A 2C 7D 5F 1D
Octal 4 217 17 141 0 132 54 175 137 35
Binary 100 10001111 1111 1100001 0 1011010 101100 1111101 1011111 11101

Color Harmonies of #048F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F0F

Black with #048F0F

Text Example


Text Example

White with #048F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048F0F; }

 p { color: rgb(4,143,15); }

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

background-color css

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

 a { background-color: rgb(4,143,15); }

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

border-color css

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

 span { border-color: rgb(4,143,15); }

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