Html Css Color HEX #142901 Pine Tree

📋 copy color: '#142901'

red 20 ◦ green 41 ◦ blue 1

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

Shades of Pine Tree #142901

Tints of Pine Tree #142901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 66.13%

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

R = 32.26%
G = 66.13%
B = 1.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#142901 (or 0x142901) is known color: Pine Tree. HEX triplet: 14, 29 and 01. RGB value is (20,41,1). Sum of RGB (Red+Green+Blue) = 20+41+1=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #142901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142901 is #EBD6FE. Grayscale: #1E1E1E. Windows color (decimal): -15455999 or 76052. OLE color: 76052.

HSL color Cylindrical-coordinate representation of color #142901: hue angle of 91.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #142901 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 41 1 -
CMYK 0.51 0 0.98 0.84
HSL 91.5º 0.95% 0.08% -
HSV(B) 91.5º 0.98% 0.16% -
XYZ 1.09 1.74 0.31 -
YUV 30.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 20 41 1 0.51 0 0.98 0.84 91.5 0.95 0.08
Hex 14 29 1 33 0 62 54 5C 5F 8
Octal 24 51 1 63 0 142 124 134 137 10
Binary 10100 101001 1 110011 0 1100010 1010100 1011100 1011111 1000

Color Harmonies of #142901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142901

Black with #142901

Text Example


Text Example

White with #142901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142901; }

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

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

background-color css

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

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

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

border-color css

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

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

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