Html Css Color HEX #192213 Pine Tree

📋 copy color: '#192213'

red 25 ◦ green 34 ◦ blue 19

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

Shades of Pine Tree #192213

Tints of Pine Tree #192213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.59%

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

R = 32.05%
G = 43.59%
B = 24.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#192213 (or 0x192213) is known color: Pine Tree. HEX triplet: 19, 22 and 13. RGB value is (25,34,19). Sum of RGB (Red+Green+Blue) = 25+34+19=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #192213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192213 is #E6DDEC. Grayscale: #1D1D1D. Windows color (decimal): -15130093 or 1253913. OLE color: 1253913.

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

Color convert

RGB 25 34 19 -
CMYK 0.26 0 0.44 0.87
HSL 96º 0.28% 0.1% -
HSV(B) 96º 0.44% 0.13% -
XYZ 1.09 1.4 0.83 -
YUV 29.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 25 34 19 0.26 0 0.44 0.87 96 0.28 0.1
Hex 19 22 13 1A 0 2C 57 60 1C A
Octal 31 42 23 32 0 54 127 140 34 12
Binary 11001 100010 10011 11010 0 101100 1010111 1100000 11100 1010

Color Harmonies of #192213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192213

Black with #192213

Text Example


Text Example

White with #192213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192213; }

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

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

background-color css

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

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

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

border-color css

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

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

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