Html Css Color HEX #142506 Pine Tree

📋 copy color: '#142506'

red 20 ◦ green 37 ◦ blue 6

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

Shades of Pine Tree #142506

Tints of Pine Tree #142506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 58.73%

 BLUE value IS 6 (2.73% from 255) = 9.52%

R = 31.75%
G = 58.73%
B = 9.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#142506 (or 0x142506) is known color: Pine Tree. HEX triplet: 14, 25 and 06. RGB value is (20,37,6). Sum of RGB (Red+Green+Blue) = 20+37+6=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #142506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142506 is #EBDAF9. Grayscale: #1C1C1C. Windows color (decimal): -15457018 or 402708. OLE color: 402708.

HSL color Cylindrical-coordinate representation of color #142506: hue angle of 92.9º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142506 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 6 -
CMYK 0.46 0 0.84 0.85
HSL 92.9º 0.72% 0.08% -
HSV(B) 92.9º 0.84% 0.15% -
XYZ 0.98 1.49 0.41 -
YUV 28.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 20 37 6 0.46 0 0.84 0.85 92.9 0.72 0.08
Hex 14 25 6 2E 0 54 55 5D 48 8
Octal 24 45 6 56 0 124 125 135 110 10
Binary 10100 100101 110 101110 0 1010100 1010101 1011101 1001000 1000

Color Harmonies of #142506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142506

Black with #142506

Text Example


Text Example

White with #142506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142506; }

 p { color: rgb(20,37,6); }

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

background-color css

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

 a { background-color: rgb(20,37,6); }

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

border-color css

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

 span { border-color: rgb(20,37,6); }

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