#141A03

Color #141A03 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #141A03

Tints of Rangoon Green #141A03

Color information

#141A03 (or 0x141A03) is unknown color: approx Rangoon Green. HEX triplet: 14, 1A and 03. RGB value is (20,26,3). Sum of RGB (Red+Green+Blue) = 20+26+3=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #141A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A03 is #EBE5FC. Grayscale: #151515. Windows color (decimal): -15459837 or 203284. OLE color: 203284.

HSL color Cylindrical-coordinate representation of color #141A03: hue angle of 75.65º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141A03 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.

Color convert

RGB20263-
CMYK0.2300.880.90
HSL75.65º79.31%5.69%-
HSV(B)75.65º88.46%10.2%-
XYZ0.670.890.22-
YUV21.58117.51126.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 26 (10.55% from 255) = 53.06%
BLUE value IS 3 (1.56% from 255) = 6.12%
R=40.82%
G=53.06%
B=6.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202630.2300.880.9075.6579.315.69
Hex141A3170585A4c4f6
Octal243232701301321141176
Binary1010011010111011101011000101101010011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A03; }

 p { color: rgb(20,26,3); }

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

<style>
 a { background-color: #141A03; }

 a { background-color: rgb(20,26,3); }

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

<style>
 span { border-color: #141A03; }

 span { border-color: rgb(20,26,3); }

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