Html Css Color HEX #121508 Green Waterloo

📋 copy color: '#121508'

red 18 ◦ green 21 ◦ blue 8

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

Shades of Green Waterloo #121508

Tints of Green Waterloo #121508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 44.68%

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

R = 38.3%
G = 44.68%
B = 17.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#121508 (or 0x121508) is known color: Green Waterloo. HEX triplet: 12, 15 and 08. RGB value is (18,21,8). Sum of RGB (Red+Green+Blue) = 18+21+8=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #121508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121508 is #EDEAF7. Grayscale: #121212. Windows color (decimal): -15592184 or 529682. OLE color: 529682.

HSL color Cylindrical-coordinate representation of color #121508: hue angle of 73.85º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121508 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 21 8 -
CMYK 0.14 0 0.62 0.92
HSL 73.85º 0.45% 0.06% -
HSV(B) 73.85º 0.62% 0.08% -
XYZ 0.56 0.68 0.33 -
YUV 18.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 18 21 8 0.14 0 0.62 0.92 73.85 0.45 0.06
Hex 12 15 8 E 0 3E 5C 4A 2D 6
Octal 22 25 10 16 0 76 134 112 55 6
Binary 10010 10101 1000 1110 0 111110 1011100 1001010 101101 110

Color Harmonies of #121508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121508

Black with #121508

Text Example


Text Example

White with #121508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121508; }

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

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

background-color css

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

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

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

border-color css

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

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

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