Html Css Color HEX #131F07 Pine Tree

📋 copy color: '#131F07'

red 19 ◦ green 31 ◦ blue 7

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

Shades of Pine Tree #131F07

Tints of Pine Tree #131F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 54.39%

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

R = 33.33%
G = 54.39%
B = 12.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#131F07 (or 0x131F07) is known color: Pine Tree. HEX triplet: 13, 1F and 07. RGB value is (19,31,7). Sum of RGB (Red+Green+Blue) = 19+31+7=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #131F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F07 is #ECE0F8. Grayscale: #181818. Windows color (decimal): -15524089 or 466707. OLE color: 466707.

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

Color convert

RGB 19 31 7 -
CMYK 0.39 0 0.77 0.88
HSL 90º 0.63% 0.07% -
HSV(B) 90º 0.77% 0.12% -
XYZ 0.8 1.13 0.38 -
YUV 24.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 19 31 7 0.39 0 0.77 0.88 90 0.63 0.07
Hex 13 1F 7 27 0 4D 58 5A 3F 7
Octal 23 37 7 47 0 115 130 132 77 7
Binary 10011 11111 111 100111 0 1001101 1011000 1011010 111111 111

Color Harmonies of #131F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F07

Black with #131F07

Text Example


Text Example

White with #131F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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