#01924B

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

Shades of Pigment Green #01924B

Tints of Pigment Green #01924B

Color information

#01924B (or 0x01924B) is unknown color: approx Pigment Green. HEX triplet: 01, 92 and 4B. RGB value is (1,146,75). Sum of RGB (Red+Green+Blue) = 1+146+75=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #01924B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01924B is #FE6DB4. Grayscale: #5E5E5E. Windows color (decimal): -16674229 or 4952577. OLE color: 4952577.

HSL color Cylindrical-coordinate representation of color #01924B: hue angle of 150.62º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01924B is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB114675-
CMYK0.9900.490.43
HSL150.62º98.64%28.82%-
HSV(B)150.62º99.32%57.25%-
XYZ11.5621.0710.11-
YUV94.55116.9661.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 146 (57.42% from 255) = 65.77%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=0.45%
G=65.77%
B=33.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1146750.9900.490.43150.6298.6428.82
Hex1924B630312B97631d
Octal12221131430615322714335
Binary11001001010010111100011011000110101110010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,146,75); }

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

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

 a { background-color: rgb(1,146,75); }

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

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

 span { border-color: rgb(1,146,75); }

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