Html Css Color HEX #142507 Pine Tree

📋 copy color: '#142507'

red 20 ◦ green 37 ◦ blue 7

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

Shades of Pine Tree #142507

Tints of Pine Tree #142507

RGB

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

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

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

R = 31.25%
G = 57.81%
B = 10.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#142507 (or 0x142507) is known color: Pine Tree. HEX triplet: 14, 25 and 07. RGB value is (20,37,7). Sum of RGB (Red+Green+Blue) = 20+37+7=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #142507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142507 is #EBDAF8. Grayscale: #1C1C1C. Windows color (decimal): -15457017 or 468244. OLE color: 468244.

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

Color convert

RGB 20 37 7 -
CMYK 0.46 0 0.81 0.85
HSL 94º 0.68% 0.09% -
HSV(B) 94º 0.81% 0.15% -
XYZ 0.99 1.49 0.44 -
YUV 28.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 20 37 7 0.46 0 0.81 0.85 94 0.68 0.09
Hex 14 25 7 2E 0 51 55 5E 44 9
Octal 24 45 7 56 0 121 125 136 104 11
Binary 10100 100101 111 101110 0 1010001 1010101 1011110 1000100 1001

Color Harmonies of #142507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142507

Black with #142507

Text Example


Text Example

White with #142507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142507; }

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

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

background-color css

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

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

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

border-color css

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

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

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