Html Css Color HEX #141807 Green Waterloo

📋 copy color: '#141807'

red 20 ◦ green 24 ◦ blue 7

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

Shades of Green Waterloo #141807

Tints of Green Waterloo #141807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 47.06%

 BLUE value IS 7 (3.13% from 255) = 13.73%

R = 39.22%
G = 47.06%
B = 13.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#141807 (or 0x141807) is known color: Green Waterloo. HEX triplet: 14, 18 and 07. RGB value is (20,24,7). Sum of RGB (Red+Green+Blue) = 20+24+7=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #141807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141807 is #EBE7F8. Grayscale: #141414. Windows color (decimal): -15460345 or 464916. OLE color: 464916.

HSL color Cylindrical-coordinate representation of color #141807: hue angle of 74.12º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141807 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 24 7 -
CMYK 0.17 0 0.71 0.91
HSL 74.12º 0.55% 0.06% -
HSV(B) 74.12º 0.71% 0.09% -
XYZ 0.65 0.82 0.32 -
YUV 20.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 20 24 7 0.17 0 0.71 0.91 74.12 0.55 0.06
Hex 14 18 7 11 0 47 5B 4A 37 6
Octal 24 30 7 21 0 107 133 112 67 6
Binary 10100 11000 111 10001 0 1000111 1011011 1001010 110111 110

Color Harmonies of #141807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141807

Black with #141807

Text Example


Text Example

White with #141807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141807; }

 p { color: rgb(20,24,7); }

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

background-color css

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

 a { background-color: rgb(20,24,7); }

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

border-color css

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

 span { border-color: rgb(20,24,7); }

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