Html Css Color HEX #01992E Pigment Green

📋 copy color: '#01992E'

red 1 ◦ green 153 ◦ blue 46

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

Shades of Pigment Green #01992E

Tints of Pigment Green #01992E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23%

R = 0.5%
G = 76.5%
B = 23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#01992E (or 0x01992E) is known color: Pigment Green. HEX triplet: 01, 99 and 2E. RGB value is (1,153,46). Sum of RGB (Red+Green+Blue) = 1+153+46=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #01992E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01992E is #FE66D1. Grayscale: #5F5F5F. Windows color (decimal): -16672466 or 3053825. OLE color: 3053825.

HSL color Cylindrical-coordinate representation of color #01992E: hue angle of 137.76º 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 #01992E is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 46 -
CMYK 0.99 0 0.70 0.4
HSL 137.76º 0.99% 0.3% -
HSV(B) 137.76º 0.99% 0.6% -
XYZ 11.9 22.99 6.39 -
YUV 95.35 100.14 60.7 -
System Red Green Blue C M Y K H S L
Decimal 1 153 46 0.99 0 0.70 0.4 137.76 0.99 0.3
Hex 1 99 2E 63 0 46 28 8A 63 1E
Octal 1 231 56 143 0 106 50 212 143 36
Binary 1 10011001 101110 1100011 0 1000110 101000 10001010 1100011 11110

Color Harmonies of #01992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01992E

Black with #01992E

Text Example


Text Example

White with #01992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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