Html Css Color HEX #142005 Pine Tree

📋 copy color: '#142005'

red 20 ◦ green 32 ◦ blue 5

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

Shades of Pine Tree #142005

Tints of Pine Tree #142005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 56.14%

 BLUE value IS 5 (2.34% from 255) = 8.77%

R = 35.09%
G = 56.14%
B = 8.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.87

RGB Variations

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

Color information

#142005 (or 0x142005) is known color: Pine Tree. HEX triplet: 14, 20 and 05. RGB value is (20,32,5). Sum of RGB (Red+Green+Blue) = 20+32+5=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #142005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142005 is #EBDFFA. Grayscale: #191919. Windows color (decimal): -15458299 or 335892. OLE color: 335892.

HSL color Cylindrical-coordinate representation of color #142005: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142005 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 5 -
CMYK 0.37 0 0.84 0.87
HSL 86.67º 0.73% 0.07% -
HSV(B) 86.67º 0.84% 0.13% -
XYZ 0.83 1.19 0.33 -
YUV 25.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 20 32 5 0.37 0 0.84 0.87 86.67 0.73 0.07
Hex 14 20 5 25 0 54 57 57 49 7
Octal 24 40 5 45 0 124 127 127 111 7
Binary 10100 100000 101 100101 0 1010100 1010111 1010111 1001001 111

Color Harmonies of #142005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142005

Black with #142005

Text Example


Text Example

White with #142005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142005; }

 p { color: rgb(20,32,5); }

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

background-color css

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

 a { background-color: rgb(20,32,5); }

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

border-color css

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

 span { border-color: rgb(20,32,5); }

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