Html Css Color HEX #192003 Rangoon Green

📋 copy color: '#192003'

red 25 ◦ green 32 ◦ blue 3

#192003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #192003

Tints of Rangoon Green #192003

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 value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#192003 (or 0x192003) is known color: 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

RGB 25 32 3 -
CMYK 0.22 0 0.91 0.87
HSL 74.48º 0.83% 0.07% -
HSV(B) 74.48º 0.91% 0.13% -
XYZ 0.93 1.25 0.28 -
YUV 26.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 25 32 3 0.22 0 0.91 0.87 74.48 0.83 0.07
Hex 19 20 3 16 0 5B 57 4A 53 7
Octal 31 40 3 26 0 133 127 112 123 7
Binary 11001 100000 11 10110 0 1011011 1010111 1001010 1010011 111

Color Harmonies of #192003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192003

Black with #192003

Text Example


Text Example

White with #192003

Text Example


Text Example

HTML Codes & Css Web 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>