Html Css Color HEX #193307 Pine Tree

📋 copy color: '#193307'

red 25 ◦ green 51 ◦ blue 7

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

Shades of Pine Tree #193307

Tints of Pine Tree #193307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.43%

R = 30.12%
G = 61.45%
B = 8.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#193307 (or 0x193307) is known color: Pine Tree. HEX triplet: 19, 33 and 07. RGB value is (25,51,7). Sum of RGB (Red+Green+Blue) = 25+51+7=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #193307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193307 is #E6CCF8. Grayscale: #262626. Windows color (decimal): -15125753 or 471833. OLE color: 471833.

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

Color convert

RGB 25 51 7 -
CMYK 0.51 0 0.86 0.8
HSL 95.45º 0.76% 0.11% -
HSV(B) 95.45º 0.86% 0.2% -
XYZ 1.62 2.59 0.62 -
YUV 38.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 25 51 7 0.51 0 0.86 0.8 95.45 0.76 0.11
Hex 19 33 7 33 0 56 50 5F 4C B
Octal 31 63 7 63 0 126 120 137 114 13
Binary 11001 110011 111 110011 0 1010110 1010000 1011111 1001100 1011

Color Harmonies of #193307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193307

Black with #193307

Text Example


Text Example

White with #193307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193307; }

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

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

background-color css

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

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

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

border-color css

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

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

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