Html Css Color HEX #141B00 Pine Tree

📋 copy color: '#141B00'

red 20 ◦ green 27 ◦ blue 0

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

Shades of Pine Tree #141B00

Tints of Pine Tree #141B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 57.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.55%
G = 57.45%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#141B00 (or 0x141B00) is known color: Pine Tree. HEX triplet: 14, 1B and 00. RGB value is (20,27,0). Sum of RGB (Red+Green+Blue) = 20+27+0=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #141B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B00 is #EBE4FF. Grayscale: #151515. Windows color (decimal): -15459584 or 6932. OLE color: 6932.

HSL color Cylindrical-coordinate representation of color #141B00: hue angle of 75.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #141B00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 27 0 -
CMYK 0.26 0 1 0.89
HSL 75.56º 1% 0.05% -
HSV(B) 75.56º 1% 0.11% -
XYZ 0.68 0.93 0.14 -
YUV 21.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 20 27 0 0.26 0 1 0.89 75.56 1 0.05
Hex 14 1B 0 1A 0 64 59 4C 64 5
Octal 24 33 0 32 0 144 131 114 144 5
Binary 10100 11011 0 11010 0 1100100 1011001 1001100 1100100 101

Color Harmonies of #141B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B00

Black with #141B00

Text Example


Text Example

White with #141B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,27,0); }

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

background-color css

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

 a { background-color: rgb(20,27,0); }

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

border-color css

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

 span { border-color: rgb(20,27,0); }

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