Html Css Color HEX #00992B Pigment Green

📋 copy color: '#00992B'

red 0 ◦ green 153 ◦ blue 43

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

Shades of Pigment Green #00992B

Tints of Pigment Green #00992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 78.06%

 BLUE value IS 43 (17.19% from 255) = 21.94%

R = 0%
G = 78.06%
B = 21.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#00992B (or 0x00992B) is known color: Pigment Green. HEX triplet: 00, 99 and 2B. RGB value is (0,153,43). Sum of RGB (Red+Green+Blue) = 0+153+43=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 153 (60.16% from 255 or 78.06% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 153 - color contains mainly: green. Hex color #00992B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00992B is #FF66D4. Grayscale: #5F5F5F. Windows color (decimal): -16738005 or 2857216. OLE color: 2857216.

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

Color convert

RGB 0 153 43 -
CMYK 1 0 0.72 0.4
HSL 136.86º 1% 0.3% -
HSV(B) 136.86º 1% 0.6% -
XYZ 11.83 22.96 6.09 -
YUV 94.71 98.81 60.44 -
System Red Green Blue C M Y K H S L
Decimal 0 153 43 1 0 0.72 0.4 136.86 1 0.3
Hex 0 99 2B 64 0 48 28 89 64 1E
Octal 0 231 53 144 0 110 50 211 144 36
Binary 0 10011001 101011 1100100 0 1001000 101000 10001001 1100100 11110

Color Harmonies of #00992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00992B

Black with #00992B

Text Example


Text Example

White with #00992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,153,43); }

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

background-color css

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

 a { background-color: rgb(0,153,43); }

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

border-color css

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

 span { border-color: rgb(0,153,43); }

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