#01924E

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

Shades of Pigment Green #01924E

Tints of Pigment Green #01924E

Color information

#01924E (or 0x01924E) is unknown color: approx Pigment Green. HEX triplet: 01, 92 and 4E. RGB value is (1,146,78). Sum of RGB (Red+Green+Blue) = 1+146+78=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #01924E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01924E is #FE6DB1. Grayscale: #5F5F5F. Windows color (decimal): -16674226 or 5149185. OLE color: 5149185.

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

Color convert

RGB114678-
CMYK0.9900.470.43
HSL151.86º98.64%28.82%-
HSV(B)151.86º99.32%57.25%-
XYZ11.6721.1110.67-
YUV94.89118.4661.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 146 (57.42% from 255) = 64.89%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=0.44%
G=64.89%
B=34.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1146780.9900.470.43151.8698.6428.82
Hex1924E6302F2B98631d
Octal12221161430575323014335
Binary11001001010011101100011010111110101110011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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