Html Css Color HEX #142002 Pine Tree

📋 copy color: '#142002'

red 20 ◦ green 32 ◦ blue 2

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

Shades of Pine Tree #142002

Tints of Pine Tree #142002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.7%

R = 37.04%
G = 59.26%
B = 3.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#142002 (or 0x142002) is known color: Pine Tree. HEX triplet: 14, 20 and 02. RGB value is (20,32,2). Sum of RGB (Red+Green+Blue) = 20+32+2=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #142002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142002 is #EBDFFD. Grayscale: #191919. Windows color (decimal): -15458302 or 139284. OLE color: 139284.

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

Color convert

RGB 20 32 2 -
CMYK 0.37 0 0.94 0.87
HSL 84º 0.88% 0.07% -
HSV(B) 84º 0.94% 0.13% -
XYZ 0.82 1.19 0.24 -
YUV 24.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 20 32 2 0.37 0 0.94 0.87 84 0.88 0.07
Hex 14 20 2 25 0 5E 57 54 58 7
Octal 24 40 2 45 0 136 127 124 130 7
Binary 10100 100000 10 100101 0 1011110 1010111 1010100 1011000 111

Color Harmonies of #142002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142002

Black with #142002

Text Example


Text Example

White with #142002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142002; }

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

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

background-color css

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

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

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

border-color css

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

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

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