Html Css Color HEX #01992C Pigment Green

📋 copy color: '#01992C'

red 1 ◦ green 153 ◦ blue 44

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

Shades of Pigment Green #01992C

Tints of Pigment Green #01992C

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 0.51%
G = 77.27%
B = 22.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#01992C (or 0x01992C) is known color: Pigment Green. HEX triplet: 01, 99 and 2C. RGB value is (1,153,44). Sum of RGB (Red+Green+Blue) = 1+153+44=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 153 (60.16% from 255 or 77.27% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 153 - color contains mainly: green. Hex color #01992C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01992C is #FE66D3. Grayscale: #5F5F5F. Windows color (decimal): -16672468 or 2922753. OLE color: 2922753.

HSL color Cylindrical-coordinate representation of color #01992C: hue angle of 136.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01992C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 44 -
CMYK 0.99 0 0.71 0.4
HSL 136.97º 0.99% 0.3% -
HSV(B) 136.97º 0.99% 0.6% -
XYZ 11.86 22.97 6.19 -
YUV 95.13 99.14 60.86 -
System Red Green Blue C M Y K H S L
Decimal 1 153 44 0.99 0 0.71 0.4 136.97 0.99 0.3
Hex 1 99 2C 63 0 47 28 89 63 1E
Octal 1 231 54 143 0 107 50 211 143 36
Binary 1 10011001 101100 1100011 0 1000111 101000 10001001 1100011 11110

Color Harmonies of #01992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01992C

Black with #01992C

Text Example


Text Example

White with #01992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01992C; }

 p { color: rgb(1,153,44); }

 H1.HeaderClassName
 {
   color: #01992C;
 }
 .AnyTagClassName
 {
   color: #01992C;
 }
</style>

background-color css

<style>
 a { background-color: #01992C; }

 a { background-color: rgb(1,153,44); }

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

border-color css

<style>
 span { border-color: #01992C; }

 span { border-color: rgb(1,153,44); }

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