Html Css Color HEX #01951C Islamic Green

📋 copy color: '#01951C'

red 1 ◦ green 149 ◦ blue 28

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

Shades of Islamic Green #01951C

Tints of Islamic Green #01951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 83.71%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 0.56%
G = 83.71%
B = 15.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#01951C (or 0x01951C) is known color: Islamic Green. HEX triplet: 01, 95 and 1C. RGB value is (1,149,28). Sum of RGB (Red+Green+Blue) = 1+149+28=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 149 (58.59% from 255 or 83.71% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 149 - color contains mainly: green. Hex color #01951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01951C is #FE6AE3. Grayscale: #5B5B5B. Windows color (decimal): -16673508 or 1873153. OLE color: 1873153.

HSL color Cylindrical-coordinate representation of color #01951C: hue angle of 130.95º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01951C is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 28 -
CMYK 0.99 0 0.81 0.42
HSL 130.95º 0.99% 0.29% -
HSV(B) 130.95º 0.99% 0.58% -
XYZ 10.97 21.59 4.69 -
YUV 90.95 92.47 63.84 -
System Red Green Blue C M Y K H S L
Decimal 1 149 28 0.99 0 0.81 0.42 130.95 0.99 0.29
Hex 1 95 1C 63 0 51 2A 83 63 1D
Octal 1 225 34 143 0 121 52 203 143 35
Binary 1 10010101 11100 1100011 0 1010001 101010 10000011 1100011 11101

Color Harmonies of #01951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01951C

Black with #01951C

Text Example


Text Example

White with #01951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01951C; }

 p { color: rgb(1,149,28); }

 H1.HeaderClassName
 {
   color: #01951C;
 }
 .AnyTagClassName
 {
   color: #01951C;
 }
</style>

background-color css

<style>
 a { background-color: #01951C; }

 a { background-color: rgb(1,149,28); }

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

border-color css

<style>
 span { border-color: #01951C; }

 span { border-color: rgb(1,149,28); }

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