Html Css Color HEX #131A00 Pine Tree

📋 copy color: '#131A00'

red 19 ◦ green 26 ◦ blue 0

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

Shades of Pine Tree #131A00

Tints of Pine Tree #131A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.22%
G = 57.78%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#131A00 (or 0x131A00) is known color: Pine Tree. HEX triplet: 13, 1A and 00. RGB value is (19,26,0). Sum of RGB (Red+Green+Blue) = 19+26+0=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #131A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A00 is #ECE5FF. Grayscale: #151515. Windows color (decimal): -15525376 or 6675. OLE color: 6675.

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

Color convert

RGB 19 26 0 -
CMYK 0.27 0 1 0.90
HSL 76.15º 1% 0.05% -
HSV(B) 76.15º 1% 0.1% -
XYZ 0.64 0.88 0.14 -
YUV 20.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 19 26 0 0.27 0 1 0.90 76.15 1 0.05
Hex 13 1A 0 1B 0 64 5A 4C 64 5
Octal 23 32 0 33 0 144 132 114 144 5
Binary 10011 11010 0 11011 0 1100100 1011010 1001100 1100100 101

Color Harmonies of #131A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A00

Black with #131A00

Text Example


Text Example

White with #131A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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