Html Css Color HEX #141F0C Pine Tree

📋 copy color: '#141F0C'

red 20 ◦ green 31 ◦ blue 12

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

Shades of Pine Tree #141F0C

Tints of Pine Tree #141F0C

RGB

 RED value IS 20 (8.2% from 255) = 31.75%

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

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 31.75%
G = 49.21%
B = 19.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#141F0C (or 0x141F0C) is known color: Pine Tree. HEX triplet: 14, 1F and 0C. RGB value is (20,31,12). Sum of RGB (Red+Green+Blue) = 20+31+12=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 31 - color contains mainly: green. Hex color #141F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F0C is #EBE0F3. Grayscale: #191919. Windows color (decimal): -15458548 or 794388. OLE color: 794388.

HSL color Cylindrical-coordinate representation of color #141F0C: hue angle of 94.74º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141F0C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 31 12 -
CMYK 0.35 0 0.61 0.88
HSL 94.74º 0.44% 0.08% -
HSV(B) 94.74º 0.61% 0.12% -
XYZ 0.84 1.16 0.53 -
YUV 25.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 20 31 12 0.35 0 0.61 0.88 94.74 0.44 0.08
Hex 14 1F C 23 0 3D 58 5F 2C 8
Octal 24 37 14 43 0 75 130 137 54 10
Binary 10100 11111 1100 100011 0 111101 1011000 1011111 101100 1000

Color Harmonies of #141F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F0C

Black with #141F0C

Text Example


Text Example

White with #141F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141F0C; }

 p { color: rgb(20,31,12); }

 H1.HeaderClassName
 {
   color: #141F0C;
 }
 .AnyTagClassName
 {
   color: #141F0C;
 }
</style>

background-color css

<style>
 a { background-color: #141F0C; }

 a { background-color: rgb(20,31,12); }

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

border-color css

<style>
 span { border-color: #141F0C; }

 span { border-color: rgb(20,31,12); }

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