Html Css Color HEX #131E04 Pine Tree

📋 copy color: '#131E04'

red 19 ◦ green 30 ◦ blue 4

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

Shades of Pine Tree #131E04

Tints of Pine Tree #131E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 56.6%

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

R = 35.85%
G = 56.6%
B = 7.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#131E04 (or 0x131E04) is known color: Pine Tree. HEX triplet: 13, 1E and 04. RGB value is (19,30,4). Sum of RGB (Red+Green+Blue) = 19+30+4=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #131E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E04 is #ECE1FB. Grayscale: #171717. Windows color (decimal): -15524348 or 269843. OLE color: 269843.

HSL color Cylindrical-coordinate representation of color #131E04: hue angle of 85.38º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131E04 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 30 4 -
CMYK 0.37 0 0.87 0.88
HSL 85.38º 0.76% 0.07% -
HSV(B) 85.38º 0.87% 0.12% -
XYZ 0.75 1.08 0.28 -
YUV 23.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 19 30 4 0.37 0 0.87 0.88 85.38 0.76 0.07
Hex 13 1E 4 25 0 57 58 55 4C 7
Octal 23 36 4 45 0 127 130 125 114 7
Binary 10011 11110 100 100101 0 1010111 1011000 1010101 1001100 111

Color Harmonies of #131E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E04

Black with #131E04

Text Example


Text Example

White with #131E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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