Html Css Color HEX #192510 Pine Tree

📋 copy color: '#192510'

red 25 ◦ green 37 ◦ blue 16

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

Shades of Pine Tree #192510

Tints of Pine Tree #192510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 20.51%

R = 32.05%
G = 47.44%
B = 20.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#192510 (or 0x192510) is known color: Pine Tree. HEX triplet: 19, 25 and 10. RGB value is (25,37,16). Sum of RGB (Red+Green+Blue) = 25+37+16=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #192510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192510 is #E6DAEF. Grayscale: #1F1F1F. Windows color (decimal): -15129328 or 1058073. OLE color: 1058073.

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

Color convert

RGB 25 37 16 -
CMYK 0.32 0 0.57 0.85
HSL 94.29º 0.4% 0.1% -
HSV(B) 94.29º 0.57% 0.15% -
XYZ 1.16 1.57 0.73 -
YUV 31.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 25 37 16 0.32 0 0.57 0.85 94.29 0.4 0.1
Hex 19 25 10 20 0 39 55 5E 28 A
Octal 31 45 20 40 0 71 125 136 50 12
Binary 11001 100101 10000 100000 0 111001 1010101 1011110 101000 1010

Color Harmonies of #192510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192510

Black with #192510

Text Example


Text Example

White with #192510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192510; }

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

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

background-color css

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

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

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

border-color css

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

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

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