Html Css Color HEX #192013 Pine Tree

📋 copy color: '#192013'

red 25 ◦ green 32 ◦ blue 19

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

Shades of Pine Tree #192013

Tints of Pine Tree #192013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.11%

 BLUE value IS 19 (7.81% from 255) = 25%

R = 32.89%
G = 42.11%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#192013 (or 0x192013) is known color: Pine Tree. HEX triplet: 19, 20 and 13. RGB value is (25,32,19). Sum of RGB (Red+Green+Blue) = 25+32+19=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #192013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192013 is #E6DFEC. Grayscale: #1C1C1C. Windows color (decimal): -15130605 or 1253401. OLE color: 1253401.

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

Color convert

RGB 25 32 19 -
CMYK 0.22 0 0.41 0.87
HSL 92.31º 0.25% 0.1% -
HSV(B) 92.31º 0.41% 0.13% -
XYZ 1.03 1.29 0.81 -
YUV 28.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 25 32 19 0.22 0 0.41 0.87 92.31 0.25 0.1
Hex 19 20 13 16 0 29 57 5C 19 A
Octal 31 40 23 26 0 51 127 134 31 12
Binary 11001 100000 10011 10110 0 101001 1010111 1011100 11001 1010

Color Harmonies of #192013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192013

Black with #192013

Text Example


Text Example

White with #192013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192013; }

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

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

background-color css

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

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

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

border-color css

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

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

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