Html Css Color HEX #141E09 Pine Tree

📋 copy color: '#141E09'

red 20 ◦ green 30 ◦ blue 9

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

Shades of Pine Tree #141E09

Tints of Pine Tree #141E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 50.85%

 BLUE value IS 9 (3.91% from 255) = 15.25%

R = 33.9%
G = 50.85%
B = 15.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#141E09 (or 0x141E09) is known color: Pine Tree. HEX triplet: 14, 1E and 09. RGB value is (20,30,9). Sum of RGB (Red+Green+Blue) = 20+30+9=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #141E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E09 is #EBE1F6. Grayscale: #181818. Windows color (decimal): -15458807 or 597524. OLE color: 597524.

HSL color Cylindrical-coordinate representation of color #141E09: hue angle of 88.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141E09 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 30 9 -
CMYK 0.33 0 0.70 0.88
HSL 88.57º 0.54% 0.08% -
HSV(B) 88.57º 0.7% 0.12% -
XYZ 0.8 1.1 0.43 -
YUV 24.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 20 30 9 0.33 0 0.70 0.88 88.57 0.54 0.08
Hex 14 1E 9 21 0 46 58 59 36 8
Octal 24 36 11 41 0 106 130 131 66 10
Binary 10100 11110 1001 100001 0 1000110 1011000 1011001 110110 1000

Color Harmonies of #141E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E09

Black with #141E09

Text Example


Text Example

White with #141E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141E09; }

 p { color: rgb(20,30,9); }

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

background-color css

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

 a { background-color: rgb(20,30,9); }

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

border-color css

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

 span { border-color: rgb(20,30,9); }

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