Html Css Color HEX #00951D Islamic Green

📋 copy color: '#00951D'

red 0 ◦ green 149 ◦ blue 29

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

Shades of Islamic Green #00951D

Tints of Islamic Green #00951D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 83.71%

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

R = 0%
G = 83.71%
B = 16.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#00951D (or 0x00951D) is known color: Islamic Green. HEX triplet: 00, 95 and 1D. RGB value is (0,149,29). Sum of RGB (Red+Green+Blue) = 0+149+29=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 149 (58.59% from 255 or 83.71% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 149 - color contains mainly: green. Hex color #00951D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00951D is #FF6AE2. Grayscale: #5B5B5B. Windows color (decimal): -16739043 or 1938688. OLE color: 1938688.

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

Color convert

RGB 0 149 29 -
CMYK 1 0 0.81 0.42
HSL 131.68º 1% 0.29% -
HSV(B) 131.68º 1% 0.58% -
XYZ 10.97 21.58 4.75 -
YUV 90.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 0 149 29 1 0 0.81 0.42 131.68 1 0.29
Hex 0 95 1D 64 0 51 2A 84 64 1D
Octal 0 225 35 144 0 121 52 204 144 35
Binary 0 10010101 11101 1100100 0 1010001 101010 10000100 1100100 11101

Color Harmonies of #00951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00951D

Black with #00951D

Text Example


Text Example

White with #00951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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