Html Css Color HEX #193308 Pine Tree

📋 copy color: '#193308'

red 25 ◦ green 51 ◦ blue 8

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

Shades of Pine Tree #193308

Tints of Pine Tree #193308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 60.71%

 BLUE value IS 8 (3.52% from 255) = 9.52%

R = 29.76%
G = 60.71%
B = 9.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#193308 (or 0x193308) is known color: Pine Tree. HEX triplet: 19, 33 and 08. RGB value is (25,51,8). Sum of RGB (Red+Green+Blue) = 25+51+8=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #193308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193308 is #E6CCF7. Grayscale: #262626. Windows color (decimal): -15125752 or 537369. OLE color: 537369.

HSL color Cylindrical-coordinate representation of color #193308: hue angle of 96.28º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193308 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 51 8 -
CMYK 0.51 0 0.84 0.8
HSL 96.28º 0.73% 0.12% -
HSV(B) 96.28º 0.84% 0.2% -
XYZ 1.63 2.59 0.64 -
YUV 38.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 25 51 8 0.51 0 0.84 0.8 96.28 0.73 0.12
Hex 19 33 8 33 0 54 50 60 49 C
Octal 31 63 10 63 0 124 120 140 111 14
Binary 11001 110011 1000 110011 0 1010100 1010000 1100000 1001001 1100

Color Harmonies of #193308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193308

Black with #193308

Text Example


Text Example

White with #193308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193308; }

 p { color: rgb(25,51,8); }

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

background-color css

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

 a { background-color: rgb(25,51,8); }

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

border-color css

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

 span { border-color: rgb(25,51,8); }

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