Html Css Color HEX #049A02 Islamic Green

📋 copy color: '#049A02'

red 4 ◦ green 154 ◦ blue 2

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

Shades of Islamic Green #049A02

Tints of Islamic Green #049A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 96.25%

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 2.5%
G = 96.25%
B = 1.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#049A02 (or 0x049A02) is known color: Islamic Green. HEX triplet: 04, 9A and 02. RGB value is (4,154,2). Sum of RGB (Red+Green+Blue) = 4+154+2=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 154 (60.55% from 255 or 96.25% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 154 - color contains mainly: green. Hex color #049A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049A02 is #FB65FD. Grayscale: #5C5C5C. Windows color (decimal): -16475646 or 170500. OLE color: 170500.

HSL color Cylindrical-coordinate representation of color #049A02: hue angle of 119.21º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #049A02 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 154 2 -
CMYK 0.97 0 0.99 0.40
HSL 119.21º 0.97% 0.31% -
HSV(B) 119.21º 0.99% 0.6% -
XYZ 11.62 23.14 3.91 -
YUV 91.82 77.31 65.36 -
System Red Green Blue C M Y K H S L
Decimal 4 154 2 0.97 0 0.99 0.40 119.21 0.97 0.31
Hex 4 9A 2 61 0 63 28 77 61 1F
Octal 4 232 2 141 0 143 50 167 141 37
Binary 100 10011010 10 1100001 0 1100011 101000 1110111 1100001 11111

Color Harmonies of #049A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A02

Black with #049A02

Text Example


Text Example

White with #049A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049A02; }

 p { color: rgb(4,154,2); }

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

background-color css

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

 a { background-color: rgb(4,154,2); }

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

border-color css

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

 span { border-color: rgb(4,154,2); }

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