Html Css Color HEX #131902 Pine Tree

📋 copy color: '#131902'

red 19 ◦ green 25 ◦ blue 2

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

Shades of Pine Tree #131902

Tints of Pine Tree #131902

RGB

 RED value IS 19 (7.81% from 255) = 41.3%

 GREEN value IS 25 (10.16% from 255) = 54.35%

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

R = 41.3%
G = 54.35%
B = 4.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.90

RGB Variations

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

Color information

#131902 (or 0x131902) is known color: Pine Tree. HEX triplet: 13, 19 and 02. RGB value is (19,25,2). Sum of RGB (Red+Green+Blue) = 19+25+2=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #131902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131902 is #ECE6FD. Grayscale: #141414. Windows color (decimal): -15525630 or 137491. OLE color: 137491.

HSL color Cylindrical-coordinate representation of color #131902: hue angle of 75.65º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131902 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 25 2 -
CMYK 0.24 0 0.92 0.90
HSL 75.65º 0.85% 0.05% -
HSV(B) 75.65º 0.92% 0.1% -
XYZ 0.63 0.84 0.19 -
YUV 20.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 19 25 2 0.24 0 0.92 0.90 75.65 0.85 0.05
Hex 13 19 2 18 0 5C 5A 4C 55 5
Octal 23 31 2 30 0 134 132 114 125 5
Binary 10011 11001 10 11000 0 1011100 1011010 1001100 1010101 101

Color Harmonies of #131902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131902

Black with #131902

Text Example


Text Example

White with #131902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131902; }

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

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

background-color css

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

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

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

border-color css

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

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

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