Html Css Color HEX #00921D Islamic Green

📋 copy color: '#00921D'

red 0 ◦ green 146 ◦ blue 29

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

Shades of Islamic Green #00921D

Tints of Islamic Green #00921D

RGB

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

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

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

R = 0%
G = 83.43%
B = 16.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#00921D (or 0x00921D) is known color: Islamic Green. HEX triplet: 00, 92 and 1D. RGB value is (0,146,29). Sum of RGB (Red+Green+Blue) = 0+146+29=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 146 (57.42% from 255 or 83.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 146 - color contains mainly: green. Hex color #00921D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00921D is #FF6DE2. Grayscale: #595959. Windows color (decimal): -16739811 or 1937920. OLE color: 1937920.

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

Color convert

RGB 0 146 29 -
CMYK 1 0 0.80 0.43
HSL 131.92º 1% 0.29% -
HSV(B) 131.92º 1% 0.57% -
XYZ 10.5 20.65 4.59 -
YUV 89.01 94.13 64.51 -
System Red Green Blue C M Y K H S L
Decimal 0 146 29 1 0 0.80 0.43 131.92 1 0.29
Hex 0 92 1D 64 0 50 2B 84 64 1D
Octal 0 222 35 144 0 120 53 204 144 35
Binary 0 10010010 11101 1100100 0 1010000 101011 10000100 1100100 11101

Color Harmonies of #00921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00921D

Black with #00921D

Text Example


Text Example

White with #00921D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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