Html Css Color HEX #193002 Pine Tree

📋 copy color: '#193002'

red 25 ◦ green 48 ◦ blue 2

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

Shades of Pine Tree #193002

Tints of Pine Tree #193002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.67%

R = 33.33%
G = 64%
B = 2.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#193002 (or 0x193002) is known color: Pine Tree. HEX triplet: 19, 30 and 02. RGB value is (25,48,2). Sum of RGB (Red+Green+Blue) = 25+48+2=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #193002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193002 is #E6CFFD. Grayscale: #242424. Windows color (decimal): -15126526 or 143385. OLE color: 143385.

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

Color convert

RGB 25 48 2 -
CMYK 0.48 0 0.96 0.81
HSL 90º 0.92% 0.1% -
HSV(B) 90º 0.96% 0.19% -
XYZ 1.47 2.32 0.43 -
YUV 35.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 25 48 2 0.48 0 0.96 0.81 90 0.92 0.1
Hex 19 30 2 30 0 60 51 5A 5C A
Octal 31 60 2 60 0 140 121 132 134 12
Binary 11001 110000 10 110000 0 1100000 1010001 1011010 1011100 1010

Color Harmonies of #193002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193002

Black with #193002

Text Example


Text Example

White with #193002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193002; }

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

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

background-color css

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

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

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

border-color css

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

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

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