Html Css Color HEX #01921D Islamic Green

📋 copy color: '#01921D'

red 1 ◦ green 146 ◦ blue 29

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

Shades of Islamic Green #01921D

Tints of Islamic Green #01921D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 0.57%
G = 82.95%
B = 16.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#01921D (or 0x01921D) is known color: Islamic Green. HEX triplet: 01, 92 and 1D. RGB value is (1,146,29). Sum of RGB (Red+Green+Blue) = 1+146+29=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 146 (57.42% from 255 or 82.95% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 146 - color contains mainly: green. Hex color #01921D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01921D is #FE6DE2. Grayscale: #595959. Windows color (decimal): -16674275 or 1937921. OLE color: 1937921.

HSL color Cylindrical-coordinate representation of color #01921D: hue angle of 131.59º 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 #01921D is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 146 29 -
CMYK 0.99 0 0.80 0.43
HSL 131.59º 0.99% 0.29% -
HSV(B) 131.59º 0.99% 0.57% -
XYZ 10.51 20.65 4.59 -
YUV 89.31 93.96 65.01 -
System Red Green Blue C M Y K H S L
Decimal 1 146 29 0.99 0 0.80 0.43 131.59 0.99 0.29
Hex 1 92 1D 63 0 50 2B 84 63 1D
Octal 1 222 35 143 0 120 53 204 143 35
Binary 1 10010010 11101 1100011 0 1010000 101011 10000100 1100011 11101

Color Harmonies of #01921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01921D

Black with #01921D

Text Example


Text Example

White with #01921D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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