Html Css Color HEX #141705 Green Waterloo

📋 copy color: '#141705'

red 20 ◦ green 23 ◦ blue 5

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

Shades of Green Waterloo #141705

Tints of Green Waterloo #141705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 47.92%

 BLUE value IS 5 (2.34% from 255) = 10.42%

R = 41.67%
G = 47.92%
B = 10.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.91

RGB Variations

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

Color information

#141705 (or 0x141705) is known color: Green Waterloo. HEX triplet: 14, 17 and 05. RGB value is (20,23,5). Sum of RGB (Red+Green+Blue) = 20+23+5=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #141705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141705 is #EBE8FA. Grayscale: #141414. Windows color (decimal): -15460603 or 333588. OLE color: 333588.

HSL color Cylindrical-coordinate representation of color #141705: hue angle of 70º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141705 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 23 5 -
CMYK 0.13 0 0.78 0.91
HSL 70º 0.64% 0.05% -
HSV(B) 70º 0.78% 0.09% -
XYZ 0.62 0.77 0.26 -
YUV 20.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 20 23 5 0.13 0 0.78 0.91 70 0.64 0.05
Hex 14 17 5 D 0 4E 5B 46 40 5
Octal 24 27 5 15 0 116 133 106 100 5
Binary 10100 10111 101 1101 0 1001110 1011011 1000110 1000000 101

Color Harmonies of #141705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141705

Black with #141705

Text Example


Text Example

White with #141705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141705; }

 p { color: rgb(20,23,5); }

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

background-color css

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

 a { background-color: rgb(20,23,5); }

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

border-color css

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

 span { border-color: rgb(20,23,5); }

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