#01932F

Color #01932F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #01932F

Tints of Pigment Green #01932F

Color information

#01932F (or 0x01932F) is unknown color: approx Pigment Green. HEX triplet: 01, 93 and 2F. RGB value is (1,147,47). Sum of RGB (Red+Green+Blue) = 1+147+47=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 147 (57.81% from 255 or 75.38% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 147 - color contains mainly: green. Hex color #01932F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01932F is #FE6CD0. Grayscale: #5C5C5C. Windows color (decimal): -16674001 or 3117825. OLE color: 3117825.

HSL color Cylindrical-coordinate representation of color #01932F: hue angle of 138.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01932F is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB114747-
CMYK0.9900.680.42
HSL138.9º98.65%29.02%-
HSV(B)138.9º99.32%57.65%-
XYZ10.9621.086.18-
YUV91.95102.6363.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 147 (57.81% from 255) = 75.38%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=0.51%
G=75.38%
B=24.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1147470.9900.680.42138.998.6529.02
Hex1932F630442A8b631d
Octal12235714301045221314335
Binary11001001110111111000110100010010101010001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01932F; }

 p { color: rgb(1,147,47); }

 H1.HeaderClassName
 {
   color: #01932F;
 }
 .AnyTagClassName
 {
   color: #01932F;
 }
</style>
background-color css

<style>
 a { background-color: #01932F; }

 a { background-color: rgb(1,147,47); }

 div.DivClassName
 {
   background-color: #01932F;
 }
 .BgClassName
 {
   background-color: #01932F;
 }
</style>
border-color css

<style>
 span { border-color: #01932F; }

 span { border-color: rgb(1,147,47); }

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