Html Css Color HEX #028F0A Islamic Green

📋 copy color: '#028F0A'

red 2 ◦ green 143 ◦ blue 10

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

Shades of Islamic Green #028F0A

Tints of Islamic Green #028F0A

RGB

 RED value IS 2 (1.17% from 255) = 1.29%

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

 BLUE value IS 10 (4.3% from 255) = 6.45%

R = 1.29%
G = 92.26%
B = 6.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#028F0A (or 0x028F0A) is known color: Islamic Green. HEX triplet: 02, 8F and 0A. RGB value is (2,143,10). Sum of RGB (Red+Green+Blue) = 2+143+10=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 143 (56.25% from 255 or 92.26% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 143 - color contains mainly: green. Hex color #028F0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028F0A is #FD70F5. Grayscale: #565656. Windows color (decimal): -16609526 or 691970. OLE color: 691970.

HSL color Cylindrical-coordinate representation of color #028F0A: hue angle of 123.4º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028F0A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 143 10 -
CMYK 0.99 0 0.93 0.44
HSL 123.4º 0.97% 0.28% -
HSV(B) 123.4º 0.99% 0.56% -
XYZ 9.9 19.68 3.56 -
YUV 85.68 85.29 68.31 -
System Red Green Blue C M Y K H S L
Decimal 2 143 10 0.99 0 0.93 0.44 123.4 0.97 0.28
Hex 2 8F A 63 0 5D 2C 7B 61 1C
Octal 2 217 12 143 0 135 54 173 141 34
Binary 10 10001111 1010 1100011 0 1011101 101100 1111011 1100001 11100

Color Harmonies of #028F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F0A

Black with #028F0A

Text Example


Text Example

White with #028F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028F0A; }

 p { color: rgb(2,143,10); }

 H1.HeaderClassName
 {
   color: #028F0A;
 }
 .AnyTagClassName
 {
   color: #028F0A;
 }
</style>

background-color css

<style>
 a { background-color: #028F0A; }

 a { background-color: rgb(2,143,10); }

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

border-color css

<style>
 span { border-color: #028F0A; }

 span { border-color: rgb(2,143,10); }

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