Html Css Color HEX #131A04 Pine Tree

📋 copy color: '#131A04'

red 19 ◦ green 26 ◦ blue 4

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

Shades of Pine Tree #131A04

Tints of Pine Tree #131A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.16%

R = 38.78%
G = 53.06%
B = 8.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.90

RGB Variations

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

Color information

#131A04 (or 0x131A04) is known color: Pine Tree. HEX triplet: 13, 1A and 04. RGB value is (19,26,4). Sum of RGB (Red+Green+Blue) = 19+26+4=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #131A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A04 is #ECE5FB. Grayscale: #151515. Windows color (decimal): -15525372 or 268819. OLE color: 268819.

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

Color convert

RGB 19 26 4 -
CMYK 0.27 0 0.85 0.90
HSL 79.09º 0.73% 0.06% -
HSV(B) 79.09º 0.85% 0.1% -
XYZ 0.66 0.89 0.25 -
YUV 21.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 19 26 4 0.27 0 0.85 0.90 79.09 0.73 0.06
Hex 13 1A 4 1B 0 55 5A 4F 49 6
Octal 23 32 4 33 0 125 132 117 111 6
Binary 10011 11010 100 11011 0 1010101 1011010 1001111 1001001 110

Color Harmonies of #131A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A04

Black with #131A04

Text Example


Text Example

White with #131A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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