Html Css Color HEX #142003 Pine Tree

📋 copy color: '#142003'

red 20 ◦ green 32 ◦ blue 3

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

Shades of Pine Tree #142003

Tints of Pine Tree #142003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.45%

R = 36.36%
G = 58.18%
B = 5.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#142003 (or 0x142003) is known color: Pine Tree. HEX triplet: 14, 20 and 03. RGB value is (20,32,3). Sum of RGB (Red+Green+Blue) = 20+32+3=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #142003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142003 is #EBDFFC. Grayscale: #191919. Windows color (decimal): -15458301 or 204820. OLE color: 204820.

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

Color convert

RGB 20 32 3 -
CMYK 0.37 0 0.91 0.87
HSL 84.83º 0.83% 0.07% -
HSV(B) 84.83º 0.91% 0.13% -
XYZ 0.82 1.19 0.27 -
YUV 25.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 20 32 3 0.37 0 0.91 0.87 84.83 0.83 0.07
Hex 14 20 3 25 0 5B 57 55 53 7
Octal 24 40 3 45 0 133 127 125 123 7
Binary 10100 100000 11 100101 0 1011011 1010111 1010101 1010011 111

Color Harmonies of #142003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142003

Black with #142003

Text Example


Text Example

White with #142003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142003; }

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

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

background-color css

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

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

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

border-color css

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

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

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