Html Css Color HEX #192100 Rangoon Green

📋 copy color: '#192100'

red 25 ◦ green 33 ◦ blue 0

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

Shades of Rangoon Green #192100

Tints of Rangoon Green #192100

RGB

 RED value IS 25 (10.16% from 255) = 43.1%

 GREEN value IS 33 (13.28% from 255) = 56.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.1%
G = 56.9%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#192100 (or 0x192100) is known color: Rangoon Green. HEX triplet: 19, 21 and 00. RGB value is (25,33,0). Sum of RGB (Red+Green+Blue) = 25+33+0=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #192100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192100 is #E6DEFF. Grayscale: #1A1A1A. Windows color (decimal): -15130368 or 8473. OLE color: 8473.

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

Color convert

RGB 25 33 0 -
CMYK 0.24 0 1 0.87
HSL 74.55º 1% 0.06% -
HSV(B) 74.55º 1% 0.13% -
XYZ 0.94 1.29 0.2 -
YUV 26.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 25 33 0 0.24 0 1 0.87 74.55 1 0.06
Hex 19 21 0 18 0 64 57 4B 64 6
Octal 31 41 0 30 0 144 127 113 144 6
Binary 11001 100001 0 11000 0 1100100 1010111 1001011 1100100 110

Color Harmonies of #192100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192100

Black with #192100

Text Example


Text Example

White with #192100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192100; }

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

 H1.HeaderClassName
 {
   color: #192100;
 }
 .AnyTagClassName
 {
   color: #192100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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