Html Css Color HEX #038E0C Islamic Green

📋 copy color: '#038E0C'

red 3 ◦ green 142 ◦ blue 12

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

Shades of Islamic Green #038E0C

Tints of Islamic Green #038E0C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 90.45%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 1.91%
G = 90.45%
B = 7.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#038E0C (or 0x038E0C) is known color: Islamic Green. HEX triplet: 03, 8E and 0C. RGB value is (3,142,12). Sum of RGB (Red+Green+Blue) = 3+142+12=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 142 (55.86% from 255 or 90.45% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 142 - color contains mainly: green. Hex color #038E0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038E0C is #FC71F3. Grayscale: #565656. Windows color (decimal): -16544244 or 822787. OLE color: 822787.

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

Color convert

RGB 3 142 12 -
CMYK 0.98 0 0.92 0.44
HSL 123.88º 0.96% 0.28% -
HSV(B) 123.88º 0.98% 0.56% -
XYZ 9.78 19.39 3.58 -
YUV 85.62 86.45 69.07 -
System Red Green Blue C M Y K H S L
Decimal 3 142 12 0.98 0 0.92 0.44 123.88 0.96 0.28
Hex 3 8E C 62 0 5C 2C 7C 60 1C
Octal 3 216 14 142 0 134 54 174 140 34
Binary 11 10001110 1100 1100010 0 1011100 101100 1111100 1100000 11100

Color Harmonies of #038E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E0C

Black with #038E0C

Text Example


Text Example

White with #038E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,12); }

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

background-color css

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

 a { background-color: rgb(3,142,12); }

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

border-color css

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

 span { border-color: rgb(3,142,12); }

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