Html Css Color HEX #131B07 Pine Tree

📋 copy color: '#131B07'

red 19 ◦ green 27 ◦ blue 7

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

Shades of Pine Tree #131B07

Tints of Pine Tree #131B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 13.21%

R = 35.85%
G = 50.94%
B = 13.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.89

RGB Variations

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

Color information

#131B07 (or 0x131B07) is known color: Pine Tree. HEX triplet: 13, 1B and 07. RGB value is (19,27,7). Sum of RGB (Red+Green+Blue) = 19+27+7=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 7 (3.12% from 255 or 13.21% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #131B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B07 is #ECE4F8. Grayscale: #161616. Windows color (decimal): -15525113 or 465683. OLE color: 465683.

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

Color convert

RGB 19 27 7 -
CMYK 0.30 0 0.74 0.89
HSL 84º 0.59% 0.07% -
HSV(B) 84º 0.74% 0.11% -
XYZ 0.7 0.94 0.35 -
YUV 22.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 19 27 7 0.30 0 0.74 0.89 84 0.59 0.07
Hex 13 1B 7 1E 0 4A 59 54 3B 7
Octal 23 33 7 36 0 112 131 124 73 7
Binary 10011 11011 111 11110 0 1001010 1011001 1010100 111011 111

Color Harmonies of #131B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B07

Black with #131B07

Text Example


Text Example

White with #131B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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