#101501

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

Shades of Rangoon Green #101501

Tints of Rangoon Green #101501

Color information

#101501 (or 0x101501) is unknown color: approx Rangoon Green. HEX triplet: 10, 15 and 01. RGB value is (16,21,1). Sum of RGB (Red+Green+Blue) = 16+21+1=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #101501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101501 is #EFEAFE. Grayscale: #111111. Windows color (decimal): -15723263 or 70928. OLE color: 70928.

HSL color Cylindrical-coordinate representation of color #101501: hue angle of 75º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #101501 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB16211-
CMYK0.2400.950.92
HSL75º90.91%4.31%-
HSV(B)75º95.24%8.24%-
XYZ0.490.650.13-
YUV17.23118.84127.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 21 (8.59% from 255) = 55.26%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=42.11%
G=55.26%
B=2.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal162110.2400.950.927590.914.31
Hex101511805F5C4b5b4
Octal202513001371341131334
Binary100001010111100001011111101110010010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101501; }

 p { color: rgb(16,21,1); }

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

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

 a { background-color: rgb(16,21,1); }

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

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

 span { border-color: rgb(16,21,1); }

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