Html Css Color HEX #141E1B Dark Green

📋 copy color: '#141E1B'

red 20 ◦ green 30 ◦ blue 27

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

Shades of Dark Green #141E1B

Tints of Dark Green #141E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 35.06%

R = 25.97%
G = 38.96%
B = 35.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#141E1B (or 0x141E1B) is known color: Dark Green. HEX triplet: 14, 1E and 1B. RGB value is (20,30,27). Sum of RGB (Red+Green+Blue) = 20+30+27=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #141E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E1B is #EBE1E4. Grayscale: #1A1A1A. Windows color (decimal): -15458789 or 1777172. OLE color: 1777172.

HSL color Cylindrical-coordinate representation of color #141E1B: hue angle of 162º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E1B is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 30 27 -
CMYK 0.33 0 0.10 0.88
HSL 162º 0.2% 0.1% -
HSV(B) 162º 0.33% 0.12% -
XYZ 0.95 1.16 1.21 -
YUV 26.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 20 30 27 0.33 0 0.10 0.88 162 0.2 0.1
Hex 14 1E 1B 21 0 A 58 A2 14 A
Octal 24 36 33 41 0 12 130 242 24 12
Binary 10100 11110 11011 100001 0 1010 1011000 10100010 10100 1010

Color Harmonies of #141E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E1B

Black with #141E1B

Text Example


Text Example

White with #141E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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