Html Css Color HEX #192500 Pine Tree

📋 copy color: '#192500'

red 25 ◦ green 37 ◦ blue 0

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

Shades of Pine Tree #192500

Tints of Pine Tree #192500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 59.68%

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

R = 40.32%
G = 59.68%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#192500 (or 0x192500) is known color: Pine Tree. HEX triplet: 19, 25 and 00. RGB value is (25,37,0). Sum of RGB (Red+Green+Blue) = 25+37+0=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #192500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192500 is #E6DAFF. Grayscale: #1D1D1D. Windows color (decimal): -15129344 or 9497. OLE color: 9497.

HSL color Cylindrical-coordinate representation of color #192500: hue angle of 79.46º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #192500 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 37 0 -
CMYK 0.32 0 1 0.85
HSL 79.46º 1% 0.07% -
HSV(B) 79.46º 1% 0.15% -
XYZ 1.06 1.53 0.24 -
YUV 29.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 25 37 0 0.32 0 1 0.85 79.46 1 0.07
Hex 19 25 0 20 0 64 55 4F 64 7
Octal 31 45 0 40 0 144 125 117 144 7
Binary 11001 100101 0 100000 0 1100100 1010101 1001111 1100100 111

Color Harmonies of #192500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192500

Black with #192500

Text Example


Text Example

White with #192500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192500; }

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

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

background-color css

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

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

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

border-color css

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

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

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