Html Css Color HEX #019B0B Islamic Green

📋 copy color: '#019B0B'

red 1 ◦ green 155 ◦ blue 11

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

Shades of Islamic Green #019B0B

Tints of Islamic Green #019B0B

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 155 (60.94% from 255) = 92.81%

 BLUE value IS 11 (4.69% from 255) = 6.59%

R = 0.6%
G = 92.81%
B = 6.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#019B0B (or 0x019B0B) is known color: Islamic Green. HEX triplet: 01, 9B and 0B. RGB value is (1,155,11). Sum of RGB (Red+Green+Blue) = 1+155+11=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 155 (60.94% from 255 or 92.81% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 155 - color contains mainly: green. Hex color #019B0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019B0B is #FE64F4. Grayscale: #5C5C5C. Windows color (decimal): -16671989 or 760577. OLE color: 760577.

HSL color Cylindrical-coordinate representation of color #019B0B: hue angle of 123.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B0B is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 11 -
CMYK 0.99 0 0.93 0.39
HSL 123.9º 0.99% 0.31% -
HSV(B) 123.9º 0.99% 0.61% -
XYZ 11.79 23.47 4.23 -
YUV 92.54 81.98 62.71 -
System Red Green Blue C M Y K H S L
Decimal 1 155 11 0.99 0 0.93 0.39 123.9 0.99 0.31
Hex 1 9B B 63 0 5D 27 7C 63 1F
Octal 1 233 13 143 0 135 47 174 143 37
Binary 1 10011011 1011 1100011 0 1011101 100111 1111100 1100011 11111

Color Harmonies of #019B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B0B

Black with #019B0B

Text Example


Text Example

White with #019B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019B0B; }

 p { color: rgb(1,155,11); }

 H1.HeaderClassName
 {
   color: #019B0B;
 }
 .AnyTagClassName
 {
   color: #019B0B;
 }
</style>

background-color css

<style>
 a { background-color: #019B0B; }

 a { background-color: rgb(1,155,11); }

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

border-color css

<style>
 span { border-color: #019B0B; }

 span { border-color: rgb(1,155,11); }

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