#192003

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

Shades of Rangoon Green #192003

Tints of Rangoon Green #192003

Color information

#192003 (or 0x192003) is unknown color: approx Rangoon Green. HEX triplet: 19, 20 and 03. RGB value is (25,32,3). Sum of RGB (Red+Green+Blue) = 25+32+3=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #192003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192003 is #E6DFFC. Grayscale: #1A1A1A. Windows color (decimal): -15130621 or 204825. OLE color: 204825.

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

Color convert

RGB25323-
CMYK0.2200.910.87
HSL74.48º82.86%6.86%-
HSV(B)74.48º90.62%12.55%-
XYZ0.931.250.28-
YUV26.6114.68126.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 3 (1.56% from 255) = 5%
R=41.67%
G=53.33%
B=5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal253230.2200.910.8774.4882.866.86
Hex192031605B574a537
Octal314032601331271121237
Binary11001100000111011001011011101011110010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192003; }

 p { color: rgb(25,32,3); }

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

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

 a { background-color: rgb(25,32,3); }

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

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

 span { border-color: rgb(25,32,3); }

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