Html Css Color HEX #202714 Pine Tree

📋 copy color: '#202714'

red 32 ◦ green 39 ◦ blue 20

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

Shades of Pine Tree #202714

Tints of Pine Tree #202714

RGB

 RED value IS 32 (12.89% from 255) = 35.16%

 GREEN value IS 39 (15.63% from 255) = 42.86%

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 35.16%
G = 42.86%
B = 21.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#202714 (or 0x202714) is known color: Pine Tree. HEX triplet: 20, 27 and 14. RGB value is (32,39,20). Sum of RGB (Red+Green+Blue) = 32+39+20=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #202714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202714 is #DFD8EB. Grayscale: #222222. Windows color (decimal): -14670060 or 1320736. OLE color: 1320736.

HSL color Cylindrical-coordinate representation of color #202714: hue angle of 82.11º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #202714 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 39 20 -
CMYK 0.18 0 0.49 0.85
HSL 82.11º 0.32% 0.12% -
HSV(B) 82.11º 0.49% 0.15% -
XYZ 1.45 1.81 0.93 -
YUV 34.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 32 39 20 0.18 0 0.49 0.85 82.11 0.32 0.12
Hex 20 27 14 12 0 31 55 52 20 C
Octal 40 47 24 22 0 61 125 122 40 14
Binary 100000 100111 10100 10010 0 110001 1010101 1010010 100000 1100

Color Harmonies of #202714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202714

Black with #202714

Text Example


Text Example

White with #202714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202714; }

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

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

background-color css

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

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

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

border-color css

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

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

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