Html Css Color HEX #193008 Pine Tree

📋 copy color: '#193008'

red 25 ◦ green 48 ◦ blue 8

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

Shades of Pine Tree #193008

Tints of Pine Tree #193008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 59.26%

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

R = 30.86%
G = 59.26%
B = 9.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#193008 (or 0x193008) is known color: Pine Tree. HEX triplet: 19, 30 and 08. RGB value is (25,48,8). Sum of RGB (Red+Green+Blue) = 25+48+8=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #193008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193008 is #E6CFF7. Grayscale: #242424. Windows color (decimal): -15126520 or 536601. OLE color: 536601.

HSL color Cylindrical-coordinate representation of color #193008: hue angle of 94.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193008 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 48 8 -
CMYK 0.48 0 0.83 0.81
HSL 94.5º 0.71% 0.11% -
HSV(B) 94.5º 0.83% 0.19% -
XYZ 1.5 2.34 0.6 -
YUV 36.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 25 48 8 0.48 0 0.83 0.81 94.5 0.71 0.11
Hex 19 30 8 30 0 53 51 5E 47 B
Octal 31 60 10 60 0 123 121 136 107 13
Binary 11001 110000 1000 110000 0 1010011 1010001 1011110 1000111 1011

Color Harmonies of #193008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193008

Black with #193008

Text Example


Text Example

White with #193008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193008; }

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

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

background-color css

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

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

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

border-color css

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

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

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