Html Css Color HEX #00921C Islamic Green

📋 copy color: '#00921C'

red 0 ◦ green 146 ◦ blue 28

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

Shades of Islamic Green #00921C

Tints of Islamic Green #00921C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 83.91%
B = 16.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#00921C (or 0x00921C) is known color: Islamic Green. HEX triplet: 00, 92 and 1C. RGB value is (0,146,28). Sum of RGB (Red+Green+Blue) = 0+146+28=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 146 (57.42% from 255 or 83.91% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 146 - color contains mainly: green. Hex color #00921C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00921C is #FF6DE3. Grayscale: #595959. Windows color (decimal): -16739812 or 1872384. OLE color: 1872384.

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

Color convert

RGB 0 146 28 -
CMYK 1 0 0.81 0.43
HSL 131.51º 1% 0.29% -
HSV(B) 131.51º 1% 0.57% -
XYZ 10.49 20.64 4.53 -
YUV 88.89 93.63 64.59 -
System Red Green Blue C M Y K H S L
Decimal 0 146 28 1 0 0.81 0.43 131.51 1 0.29
Hex 0 92 1C 64 0 51 2B 84 64 1D
Octal 0 222 34 144 0 121 53 204 144 35
Binary 0 10010010 11100 1100100 0 1010001 101011 10000100 1100100 11101

Color Harmonies of #00921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00921C

Black with #00921C

Text Example


Text Example

White with #00921C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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