Html Css Color HEX #141F07 Pine Tree

📋 copy color: '#141F07'

red 20 ◦ green 31 ◦ blue 7

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

Shades of Pine Tree #141F07

Tints of Pine Tree #141F07

RGB

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

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

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

R = 34.48%
G = 53.45%
B = 12.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#141F07 (or 0x141F07) is known color: Pine Tree. HEX triplet: 14, 1F and 07. RGB value is (20,31,7). Sum of RGB (Red+Green+Blue) = 20+31+7=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #141F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F07 is #EBE0F8. Grayscale: #191919. Windows color (decimal): -15458553 or 466708. OLE color: 466708.

HSL color Cylindrical-coordinate representation of color #141F07: hue angle of 87.5º 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 #141F07 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 31 7 -
CMYK 0.35 0 0.77 0.88
HSL 87.5º 0.63% 0.07% -
HSV(B) 87.5º 0.77% 0.12% -
XYZ 0.82 1.14 0.38 -
YUV 24.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 20 31 7 0.35 0 0.77 0.88 87.5 0.63 0.07
Hex 14 1F 7 23 0 4D 58 57 3F 7
Octal 24 37 7 43 0 115 130 127 77 7
Binary 10100 11111 111 100011 0 1001101 1011000 1010111 111111 111

Color Harmonies of #141F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F07

Black with #141F07

Text Example


Text Example

White with #141F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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