Html Css Color HEX #00913D Pigment Green

📋 copy color: '#00913D'

red 0 ◦ green 145 ◦ blue 61

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

Shades of Pigment Green #00913D

Tints of Pigment Green #00913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 70.39%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 0%
G = 70.39%
B = 29.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#00913D (or 0x00913D) is known color: Pigment Green. HEX triplet: 00, 91 and 3D. RGB value is (0,145,61). Sum of RGB (Red+Green+Blue) = 0+145+61=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #00913D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00913D is #FF6EC2. Grayscale: #5C5C5C. Windows color (decimal): -16740035 or 4034816. OLE color: 4034816.

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

Color convert

RGB 0 145 61 -
CMYK 1 0 0.58 0.43
HSL 145.24º 1% 0.28% -
HSV(B) 145.24º 1% 0.57% -
XYZ 10.97 20.59 7.81 -
YUV 92.07 110.46 62.33 -
System Red Green Blue C M Y K H S L
Decimal 0 145 61 1 0 0.58 0.43 145.24 1 0.28
Hex 0 91 3D 64 0 3A 2B 91 64 1C
Octal 0 221 75 144 0 72 53 221 144 34
Binary 0 10010001 111101 1100100 0 111010 101011 10010001 1100100 11100

Color Harmonies of #00913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00913D

Black with #00913D

Text Example


Text Example

White with #00913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,145,61); }

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

background-color css

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

 a { background-color: rgb(0,145,61); }

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

border-color css

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

 span { border-color: rgb(0,145,61); }

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