Html Css Color HEX #131B01 Pine Tree

📋 copy color: '#131B01'

red 19 ◦ green 27 ◦ blue 1

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

Shades of Pine Tree #131B01

Tints of Pine Tree #131B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 57.45%

 BLUE value IS 1 (0.78% from 255) = 2.13%

R = 40.43%
G = 57.45%
B = 2.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#131B01 (or 0x131B01) is known color: Pine Tree. HEX triplet: 13, 1B and 01. RGB value is (19,27,1). Sum of RGB (Red+Green+Blue) = 19+27+1=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #131B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B01 is #ECE4FE. Grayscale: #151515. Windows color (decimal): -15525119 or 72467. OLE color: 72467.

HSL color Cylindrical-coordinate representation of color #131B01: hue angle of 78.46º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #131B01 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 1 -
CMYK 0.30 0 0.96 0.89
HSL 78.46º 0.93% 0.05% -
HSV(B) 78.46º 0.96% 0.11% -
XYZ 0.67 0.92 0.17 -
YUV 21.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 19 27 1 0.30 0 0.96 0.89 78.46 0.93 0.05
Hex 13 1B 1 1E 0 60 59 4E 5D 5
Octal 23 33 1 36 0 140 131 116 135 5
Binary 10011 11011 1 11110 0 1100000 1011001 1001110 1011101 101

Color Harmonies of #131B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B01

Black with #131B01

Text Example


Text Example

White with #131B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,1); }

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

background-color css

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

 a { background-color: rgb(19,27,1); }

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

border-color css

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

 span { border-color: rgb(19,27,1); }

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