Html Css Color HEX #00962B Pigment Green

📋 copy color: '#00962B'

red 0 ◦ green 150 ◦ blue 43

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

Shades of Pigment Green #00962B

Tints of Pigment Green #00962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 77.72%

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

R = 0%
G = 77.72%
B = 22.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#00962B (or 0x00962B) is known color: Pigment Green. HEX triplet: 00, 96 and 2B. RGB value is (0,150,43). Sum of RGB (Red+Green+Blue) = 0+150+43=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #00962B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00962B is #FF69D4. Grayscale: #5D5D5D. Windows color (decimal): -16738773 or 2856448. OLE color: 2856448.

HSL color Cylindrical-coordinate representation of color #00962B: hue angle of 137.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00962B is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 43 -
CMYK 1 0 0.71 0.41
HSL 137.2º 1% 0.29% -
HSV(B) 137.2º 1% 0.59% -
XYZ 11.34 21.99 5.93 -
YUV 92.95 99.81 61.7 -
System Red Green Blue C M Y K H S L
Decimal 0 150 43 1 0 0.71 0.41 137.2 1 0.29
Hex 0 96 2B 64 0 47 29 89 64 1D
Octal 0 226 53 144 0 107 51 211 144 35
Binary 0 10010110 101011 1100100 0 1000111 101001 10001001 1100100 11101

Color Harmonies of #00962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00962B

Black with #00962B

Text Example


Text Example

White with #00962B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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