Html Css Color HEX #192512 Pine Tree

📋 copy color: '#192512'

red 25 ◦ green 37 ◦ blue 18

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

Shades of Pine Tree #192512

Tints of Pine Tree #192512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.5%

R = 31.25%
G = 46.25%
B = 22.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#192512 (or 0x192512) is known color: Pine Tree. HEX triplet: 19, 25 and 12. RGB value is (25,37,18). Sum of RGB (Red+Green+Blue) = 25+37+18=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #192512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192512 is #E6DAED. Grayscale: #1F1F1F. Windows color (decimal): -15129326 or 1189145. OLE color: 1189145.

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

Color convert

RGB 25 37 18 -
CMYK 0.32 0 0.51 0.85
HSL 97.89º 0.35% 0.11% -
HSV(B) 97.89º 0.51% 0.15% -
XYZ 1.17 1.57 0.81 -
YUV 31.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 25 37 18 0.32 0 0.51 0.85 97.89 0.35 0.11
Hex 19 25 12 20 0 33 55 62 23 B
Octal 31 45 22 40 0 63 125 142 43 13
Binary 11001 100101 10010 100000 0 110011 1010101 1100010 100011 1011

Color Harmonies of #192512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192512

Black with #192512

Text Example


Text Example

White with #192512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192512; }

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

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

background-color css

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

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

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

border-color css

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

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

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