Html Css Color HEX #143001 Pine Tree

📋 copy color: '#143001'

red 20 ◦ green 48 ◦ blue 1

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

Shades of Pine Tree #143001

Tints of Pine Tree #143001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 69.57%

 BLUE value IS 1 (0.78% from 255) = 1.45%

R = 28.99%
G = 69.57%
B = 1.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#143001 (or 0x143001) is known color: Pine Tree. HEX triplet: 14, 30 and 01. RGB value is (20,48,1). Sum of RGB (Red+Green+Blue) = 20+48+1=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #143001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143001 is #EBCFFE. Grayscale: #222222. Windows color (decimal): -15454207 or 77844. OLE color: 77844.

HSL color Cylindrical-coordinate representation of color #143001: hue angle of 95.74º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143001 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 1 -
CMYK 0.58 0 0.98 0.81
HSL 95.74º 0.96% 0.1% -
HSV(B) 95.74º 0.98% 0.19% -
XYZ 1.35 2.26 0.39 -
YUV 34.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 20 48 1 0.58 0 0.98 0.81 95.74 0.96 0.1
Hex 14 30 1 3A 0 62 51 60 60 A
Octal 24 60 1 72 0 142 121 140 140 12
Binary 10100 110000 1 111010 0 1100010 1010001 1100000 1100000 1010

Color Harmonies of #143001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143001

Black with #143001

Text Example


Text Example

White with #143001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143001; }

 p { color: rgb(20,48,1); }

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

background-color css

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

 a { background-color: rgb(20,48,1); }

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

border-color css

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

 span { border-color: rgb(20,48,1); }

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