Html Css Color HEX #131C07 Pine Tree

📋 copy color: '#131C07'

red 19 ◦ green 28 ◦ blue 7

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

Shades of Pine Tree #131C07

Tints of Pine Tree #131C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 51.85%

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

R = 35.19%
G = 51.85%
B = 12.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.89

RGB Variations

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

Color information

#131C07 (or 0x131C07) is known color: Pine Tree. HEX triplet: 13, 1C and 07. RGB value is (19,28,7). Sum of RGB (Red+Green+Blue) = 19+28+7=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #131C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C07 is #ECE3F8. Grayscale: #161616. Windows color (decimal): -15524857 or 465939. OLE color: 465939.

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

Color convert

RGB 19 28 7 -
CMYK 0.32 0 0.75 0.89
HSL 85.71º 0.6% 0.07% -
HSV(B) 85.71º 0.75% 0.11% -
XYZ 0.72 0.98 0.35 -
YUV 22.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 19 28 7 0.32 0 0.75 0.89 85.71 0.6 0.07
Hex 13 1C 7 20 0 4B 59 56 3C 7
Octal 23 34 7 40 0 113 131 126 74 7
Binary 10011 11100 111 100000 0 1001011 1011001 1010110 111100 111

Color Harmonies of #131C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C07

Black with #131C07

Text Example


Text Example

White with #131C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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