Html Css Color HEX #01921C Islamic Green

📋 copy color: '#01921C'

red 1 ◦ green 146 ◦ blue 28

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

Shades of Islamic Green #01921C

Tints of Islamic Green #01921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 83.43%

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

R = 0.57%
G = 83.43%
B = 16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#01921C (or 0x01921C) is known color: Islamic Green. HEX triplet: 01, 92 and 1C. RGB value is (1,146,28). Sum of RGB (Red+Green+Blue) = 1+146+28=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 146 (57.42% from 255 or 83.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 146 - color contains mainly: green. Hex color #01921C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01921C is #FE6DE3. Grayscale: #595959. Windows color (decimal): -16674276 or 1872385. OLE color: 1872385.

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

Color convert

RGB 1 146 28 -
CMYK 0.99 0 0.81 0.43
HSL 131.17º 0.99% 0.29% -
HSV(B) 131.17º 0.99% 0.57% -
XYZ 10.5 20.65 4.53 -
YUV 89.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 1 146 28 0.99 0 0.81 0.43 131.17 0.99 0.29
Hex 1 92 1C 63 0 51 2B 83 63 1D
Octal 1 222 34 143 0 121 53 203 143 35
Binary 1 10010010 11100 1100011 0 1010001 101011 10000011 1100011 11101

Color Harmonies of #01921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01921C

Black with #01921C

Text Example


Text Example

White with #01921C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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