Html Css Color HEX #142504 Pine Tree

📋 copy color: '#142504'

red 20 ◦ green 37 ◦ blue 4

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

Shades of Pine Tree #142504

Tints of Pine Tree #142504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.56%

R = 32.79%
G = 60.66%
B = 6.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#142504 (or 0x142504) is known color: Pine Tree. HEX triplet: 14, 25 and 04. RGB value is (20,37,4). Sum of RGB (Red+Green+Blue) = 20+37+4=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #142504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142504 is #EBDAFB. Grayscale: #1C1C1C. Windows color (decimal): -15457020 or 271636. OLE color: 271636.

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

Color convert

RGB 20 37 4 -
CMYK 0.46 0 0.89 0.85
HSL 90.91º 0.8% 0.08% -
HSV(B) 90.91º 0.89% 0.15% -
XYZ 0.97 1.48 0.35 -
YUV 28.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 20 37 4 0.46 0 0.89 0.85 90.91 0.8 0.08
Hex 14 25 4 2E 0 59 55 5B 50 8
Octal 24 45 4 56 0 131 125 133 120 10
Binary 10100 100101 100 101110 0 1011001 1010101 1011011 1010000 1000

Color Harmonies of #142504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142504

Black with #142504

Text Example


Text Example

White with #142504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142504; }

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

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

background-color css

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

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

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

border-color css

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

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

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