Html Css Color HEX #131C0F Pine Tree

📋 copy color: '#131C0F'

red 19 ◦ green 28 ◦ blue 15

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

Shades of Pine Tree #131C0F

Tints of Pine Tree #131C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 24.19%

R = 30.65%
G = 45.16%
B = 24.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#131C0F (or 0x131C0F) is known color: Pine Tree. HEX triplet: 13, 1C and 0F. RGB value is (19,28,15). Sum of RGB (Red+Green+Blue) = 19+28+15=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #131C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C0F is #ECE3F0. Grayscale: #171717. Windows color (decimal): -15524849 or 990227. OLE color: 990227.

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

Color convert

RGB 19 28 15 -
CMYK 0.32 0 0.46 0.89
HSL 101.54º 0.3% 0.08% -
HSV(B) 101.54º 0.46% 0.11% -
XYZ 0.77 1 0.61 -
YUV 23.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 19 28 15 0.32 0 0.46 0.89 101.54 0.3 0.08
Hex 13 1C F 20 0 2E 59 66 1E 8
Octal 23 34 17 40 0 56 131 146 36 10
Binary 10011 11100 1111 100000 0 101110 1011001 1100110 11110 1000

Color Harmonies of #131C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C0F

Black with #131C0F

Text Example


Text Example

White with #131C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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