Html Css Color HEX #01961B Islamic Green

📋 copy color: '#01961B'

red 1 ◦ green 150 ◦ blue 27

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

Shades of Islamic Green #01961B

Tints of Islamic Green #01961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 0.56%
G = 84.27%
B = 15.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#01961B (or 0x01961B) is known color: Islamic Green. HEX triplet: 01, 96 and 1B. RGB value is (1,150,27). Sum of RGB (Red+Green+Blue) = 1+150+27=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 150 (58.98% from 255 or 84.27% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 150 - color contains mainly: green. Hex color #01961B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01961B is #FE69E4. Grayscale: #5B5B5B. Windows color (decimal): -16673253 or 1807873. OLE color: 1807873.

HSL color Cylindrical-coordinate representation of color #01961B: hue angle of 130.47º 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 #01961B is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 150 27 -
CMYK 0.99 0 0.82 0.41
HSL 130.47º 0.99% 0.3% -
HSV(B) 130.47º 0.99% 0.59% -
XYZ 11.12 21.9 4.68 -
YUV 91.43 91.64 63.5 -
System Red Green Blue C M Y K H S L
Decimal 1 150 27 0.99 0 0.82 0.41 130.47 0.99 0.3
Hex 1 96 1B 63 0 52 29 82 63 1E
Octal 1 226 33 143 0 122 51 202 143 36
Binary 1 10010110 11011 1100011 0 1010010 101001 10000010 1100011 11110

Color Harmonies of #01961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01961B

Black with #01961B

Text Example


Text Example

White with #01961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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