Html Css Color HEX #038F13 Islamic Green

📋 copy color: '#038F13'

red 3 ◦ green 143 ◦ blue 19

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

Shades of Islamic Green #038F13

Tints of Islamic Green #038F13

RGB

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

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

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

R = 1.82%
G = 86.67%
B = 11.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#038F13 (or 0x038F13) is known color: Islamic Green. HEX triplet: 03, 8F and 13. RGB value is (3,143,19). Sum of RGB (Red+Green+Blue) = 3+143+19=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 143 (56.25% from 255 or 86.67% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 143 - color contains mainly: green. Hex color #038F13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038F13 is #FC70EC. Grayscale: #575757. Windows color (decimal): -16543981 or 1281795. OLE color: 1281795.

HSL color Cylindrical-coordinate representation of color #038F13: hue angle of 126.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F13 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 143 19 -
CMYK 0.98 0 0.87 0.44
HSL 126.86º 0.96% 0.29% -
HSV(B) 126.86º 0.98% 0.56% -
XYZ 9.98 19.71 3.89 -
YUV 87 89.62 68.08 -
System Red Green Blue C M Y K H S L
Decimal 3 143 19 0.98 0 0.87 0.44 126.86 0.96 0.29
Hex 3 8F 13 62 0 57 2C 7F 60 1D
Octal 3 217 23 142 0 127 54 177 140 35
Binary 11 10001111 10011 1100010 0 1010111 101100 1111111 1100000 11101

Color Harmonies of #038F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F13

Black with #038F13

Text Example


Text Example

White with #038F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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