Html Css Color HEX #01961E Islamic Green

📋 copy color: '#01961E'

red 1 ◦ green 150 ◦ blue 30

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

Shades of Islamic Green #01961E

Tints of Islamic Green #01961E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 82.87%

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 0.55%
G = 82.87%
B = 16.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#01961E (or 0x01961E) is known color: Islamic Green. HEX triplet: 01, 96 and 1E. RGB value is (1,150,30). Sum of RGB (Red+Green+Blue) = 1+150+30=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 150 (58.98% from 255 or 82.87% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 150 - color contains mainly: green. Hex color #01961E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01961E is #FE69E1. Grayscale: #5C5C5C. Windows color (decimal): -16673250 or 2004481. OLE color: 2004481.

HSL color Cylindrical-coordinate representation of color #01961E: hue angle of 131.68º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01961E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 150 30 -
CMYK 0.99 0 0.80 0.41
HSL 131.68º 0.99% 0.3% -
HSV(B) 131.68º 0.99% 0.59% -
XYZ 11.15 21.91 4.87 -
YUV 91.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 1 150 30 0.99 0 0.80 0.41 131.68 0.99 0.3
Hex 1 96 1E 63 0 50 29 84 63 1E
Octal 1 226 36 143 0 120 51 204 143 36
Binary 1 10010110 11110 1100011 0 1010000 101001 10000100 1100011 11110

Color Harmonies of #01961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01961E

Black with #01961E

Text Example


Text Example

White with #01961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01961E; }

 p { color: rgb(1,150,30); }

 H1.HeaderClassName
 {
   color: #01961E;
 }
 .AnyTagClassName
 {
   color: #01961E;
 }
</style>

background-color css

<style>
 a { background-color: #01961E; }

 a { background-color: rgb(1,150,30); }

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

border-color css

<style>
 span { border-color: #01961E; }

 span { border-color: rgb(1,150,30); }

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