#01902D

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

Shades of Pigment Green #01902D

Tints of Pigment Green #01902D

Color information

#01902D (or 0x01902D) is unknown color: approx Pigment Green. HEX triplet: 01, 90 and 2D. RGB value is (1,144,45). Sum of RGB (Red+Green+Blue) = 1+144+45=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 144 (56.64% from 255 or 75.79% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 144 - color contains mainly: green. Hex color #01902D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01902D is #FE6FD2. Grayscale: #5A5A5A. Windows color (decimal): -16674771 or 2985985. OLE color: 2985985.

HSL color Cylindrical-coordinate representation of color #01902D: hue angle of 138.46º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01902D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB114445-
CMYK0.9900.690.44
HSL138.46º98.62%28.43%-
HSV(B)138.46º99.31%56.47%-
XYZ10.4620.145.82-
YUV89.96102.6264.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 144 (56.64% from 255) = 75.79%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=0.53%
G=75.79%
B=23.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1144450.9900.690.44138.4698.6228.43
Hex1902D630452C8a631c
Octal12205514301055421214334
Binary11001000010110111000110100010110110010001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01902D; }

 p { color: rgb(1,144,45); }

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

<style>
 a { background-color: #01902D; }

 a { background-color: rgb(1,144,45); }

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

<style>
 span { border-color: #01902D; }

 span { border-color: rgb(1,144,45); }

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