Html Css Color HEX #121408 Green Waterloo

📋 copy color: '#121408'

red 18 ◦ green 20 ◦ blue 8

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

Shades of Green Waterloo #121408

Tints of Green Waterloo #121408

RGB

 RED value IS 18 (7.42% from 255) = 39.13%

 GREEN value IS 20 (8.2% from 255) = 43.48%

 BLUE value IS 8 (3.52% from 255) = 17.39%

R = 39.13%
G = 43.48%
B = 17.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.92

RGB Variations

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

Color information

#121408 (or 0x121408) is known color: Green Waterloo. HEX triplet: 12, 14 and 08. RGB value is (18,20,8). Sum of RGB (Red+Green+Blue) = 18+20+8=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #121408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121408 is #EDEBF7. Grayscale: #121212. Windows color (decimal): -15592440 or 529426. OLE color: 529426.

HSL color Cylindrical-coordinate representation of color #121408: hue angle of 70º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #121408 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 20 8 -
CMYK 0.10 0 0.60 0.92
HSL 70º 0.43% 0.05% -
HSV(B) 70º 0.6% 0.08% -
XYZ 0.54 0.65 0.33 -
YUV 18.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 18 20 8 0.10 0 0.60 0.92 70 0.43 0.05
Hex 12 14 8 A 0 3C 5C 46 2B 5
Octal 22 24 10 12 0 74 134 106 53 5
Binary 10010 10100 1000 1010 0 111100 1011100 1000110 101011 101

Color Harmonies of #121408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121408

Black with #121408

Text Example


Text Example

White with #121408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121408; }

 p { color: rgb(18,20,8); }

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

background-color css

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

 a { background-color: rgb(18,20,8); }

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

border-color css

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

 span { border-color: rgb(18,20,8); }

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