Html Css Color HEX #00984B Pigment Green

📋 copy color: '#00984B'

red 0 ◦ green 152 ◦ blue 75

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

Shades of Pigment Green #00984B

Tints of Pigment Green #00984B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 0%
G = 66.96%
B = 33.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#00984B (or 0x00984B) is known color: Pigment Green. HEX triplet: 00, 98 and 4B. RGB value is (0,152,75). Sum of RGB (Red+Green+Blue) = 0+152+75=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #00984B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00984B is #FF67B4. Grayscale: #616161. Windows color (decimal): -16738229 or 4954112. OLE color: 4954112.

HSL color Cylindrical-coordinate representation of color #00984B: hue angle of 149.61º 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 #00984B is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 75 -
CMYK 1 0 0.51 0.40
HSL 149.61º 1% 0.3% -
HSV(B) 149.61º 1% 0.6% -
XYZ 12.5 22.96 10.43 -
YUV 97.77 115.14 58.26 -
System Red Green Blue C M Y K H S L
Decimal 0 152 75 1 0 0.51 0.40 149.61 1 0.3
Hex 0 98 4B 64 0 33 28 96 64 1E
Octal 0 230 113 144 0 63 50 226 144 36
Binary 0 10011000 1001011 1100100 0 110011 101000 10010110 1100100 11110

Color Harmonies of #00984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00984B

Black with #00984B

Text Example


Text Example

White with #00984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00984B; }

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

 H1.HeaderClassName
 {
   color: #00984B;
 }
 .AnyTagClassName
 {
   color: #00984B;
 }
</style>

background-color css

<style>
 a { background-color: #00984B; }

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

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

border-color css

<style>
 span { border-color: #00984B; }

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

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