Html Css Color HEX #131A08 Pine Tree

📋 copy color: '#131A08'

red 19 ◦ green 26 ◦ blue 8

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

Shades of Pine Tree #131A08

Tints of Pine Tree #131A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 49.06%

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

R = 35.85%
G = 49.06%
B = 15.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.90

RGB Variations

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

Color information

#131A08 (or 0x131A08) is known color: Pine Tree. HEX triplet: 13, 1A and 08. RGB value is (19,26,8). Sum of RGB (Red+Green+Blue) = 19+26+8=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #131A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A08 is #ECE5F7. Grayscale: #151515. Windows color (decimal): -15525368 or 530963. OLE color: 530963.

HSL color Cylindrical-coordinate representation of color #131A08: hue angle of 83.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131A08 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 26 8 -
CMYK 0.27 0 0.69 0.90
HSL 83.33º 0.53% 0.07% -
HSV(B) 83.33º 0.69% 0.1% -
XYZ 0.68 0.89 0.37 -
YUV 21.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 19 26 8 0.27 0 0.69 0.90 83.33 0.53 0.07
Hex 13 1A 8 1B 0 45 5A 53 35 7
Octal 23 32 10 33 0 105 132 123 65 7
Binary 10011 11010 1000 11011 0 1000101 1011010 1010011 110101 111

Color Harmonies of #131A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A08

Black with #131A08

Text Example


Text Example

White with #131A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A08; }

 p { color: rgb(19,26,8); }

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

background-color css

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

 a { background-color: rgb(19,26,8); }

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

border-color css

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

 span { border-color: rgb(19,26,8); }

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