Html Css Color HEX #028D0D Islamic Green

📋 copy color: '#028D0D'

red 2 ◦ green 141 ◦ blue 13

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

Shades of Islamic Green #028D0D

Tints of Islamic Green #028D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 90.38%

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 1.28%
G = 90.38%
B = 8.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#028D0D (or 0x028D0D) is known color: Islamic Green. HEX triplet: 02, 8D and 0D. RGB value is (2,141,13). Sum of RGB (Red+Green+Blue) = 2+141+13=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 141 (55.47% from 255 or 90.38% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 141 - color contains mainly: green. Hex color #028D0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028D0D is #FD72F2. Grayscale: #555555. Windows color (decimal): -16610035 or 888066. OLE color: 888066.

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

Color convert

RGB 2 141 13 -
CMYK 0.99 0 0.91 0.45
HSL 124.75º 0.97% 0.28% -
HSV(B) 124.75º 0.99% 0.55% -
XYZ 9.62 19.09 3.56 -
YUV 84.85 87.45 68.91 -
System Red Green Blue C M Y K H S L
Decimal 2 141 13 0.99 0 0.91 0.45 124.75 0.97 0.28
Hex 2 8D D 63 0 5B 2D 7D 61 1C
Octal 2 215 15 143 0 133 55 175 141 34
Binary 10 10001101 1101 1100011 0 1011011 101101 1111101 1100001 11100

Color Harmonies of #028D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D0D

Black with #028D0D

Text Example


Text Example

White with #028D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,13); }

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

background-color css

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

 a { background-color: rgb(2,141,13); }

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

border-color css

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

 span { border-color: rgb(2,141,13); }

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