Html Css Color HEX #00982D Pigment Green

📋 copy color: '#00982D'

red 0 ◦ green 152 ◦ blue 45

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

Shades of Pigment Green #00982D

Tints of Pigment Green #00982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 77.16%

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 0%
G = 77.16%
B = 22.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#00982D (or 0x00982D) is known color: Pigment Green. HEX triplet: 00, 98 and 2D. RGB value is (0,152,45). Sum of RGB (Red+Green+Blue) = 0+152+45=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #00982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00982D is #FF67D2. Grayscale: #5E5E5E. Windows color (decimal): -16738259 or 2988032. OLE color: 2988032.

HSL color Cylindrical-coordinate representation of color #00982D: hue angle of 137.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00982D is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 45 -
CMYK 1 0 0.70 0.40
HSL 137.76º 1% 0.3% -
HSV(B) 137.76º 1% 0.6% -
XYZ 11.7 22.65 6.24 -
YUV 94.35 100.14 60.7 -
System Red Green Blue C M Y K H S L
Decimal 0 152 45 1 0 0.70 0.40 137.76 1 0.3
Hex 0 98 2D 64 0 46 28 8A 64 1E
Octal 0 230 55 144 0 106 50 212 144 36
Binary 0 10011000 101101 1100100 0 1000110 101000 10001010 1100100 11110

Color Harmonies of #00982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00982D

Black with #00982D

Text Example


Text Example

White with #00982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,152,45); }

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

background-color css

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

 a { background-color: rgb(0,152,45); }

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

border-color css

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

 span { border-color: rgb(0,152,45); }

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