#192101

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

Shades of Rangoon Green #192101

Tints of Rangoon Green #192101

Color information

#192101 (or 0x192101) is unknown color: approx Rangoon Green. HEX triplet: 19, 21 and 01. RGB value is (25,33,1). Sum of RGB (Red+Green+Blue) = 25+33+1=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #192101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192101 is #E6DEFE. Grayscale: #1B1B1B. Windows color (decimal): -15130367 or 74009. OLE color: 74009.

HSL color Cylindrical-coordinate representation of color #192101: hue angle of 75º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #192101 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB25331-
CMYK0.2400.970.87
HSL75º94.12%6.67%-
HSV(B)75º96.97%12.94%-
XYZ0.951.30.23-
YUV26.96113.35126.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 33 (13.28% from 255) = 55.93%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=42.37%
G=55.93%
B=1.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal253310.2400.970.877594.126.67
Hex1921118061574b5e7
Octal314113001411271131367
Binary1100110000111100001100001101011110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192101; }

 p { color: rgb(25,33,1); }

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

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

 a { background-color: rgb(25,33,1); }

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

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

 span { border-color: rgb(25,33,1); }

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