#00921D

Color #00921D Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #00921D

Tints of Islamic Green #00921D

Color information

#00921D (or 0x00921D) is unknown color: approx 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

RGB014629-
CMYK100.800.43
HSL131.92º100%28.63%-
HSV(B)131.92º100%57.25%-
XYZ10.520.654.59-
YUV89.0194.1364.51-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014629100.800.43131.9210028.63
Hex0921D640502B84641d
Octal02223514401205320414435
Binary0100100101110111001000101000010101110000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00921D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>