Html Css Color HEX #18190F Green Waterloo

📋 copy color: '#18190F'

red 24 ◦ green 25 ◦ blue 15

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

Shades of Green Waterloo #18190F

Tints of Green Waterloo #18190F

RGB

 RED value IS 24 (9.77% from 255) = 37.5%

 GREEN value IS 25 (10.16% from 255) = 39.06%

 BLUE value IS 15 (6.25% from 255) = 23.44%

R = 37.5%
G = 39.06%
B = 23.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#18190F (or 0x18190F) is known color: Green Waterloo. HEX triplet: 18, 19 and 0F. RGB value is (24,25,15). Sum of RGB (Red+Green+Blue) = 24+25+15=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #18190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18190F is #E7E6F0. Grayscale: #171717. Windows color (decimal): -15197937 or 989464. OLE color: 989464.

HSL color Cylindrical-coordinate representation of color #18190F: hue angle of 66º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18190F is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 25 15 -
CMYK 0.04 0 0.40 0.90
HSL 66º 0.25% 0.08% -
HSV(B) 66º 0.4% 0.1% -
XYZ 0.81 0.92 0.59 -
YUV 23.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 24 25 15 0.04 0 0.40 0.90 66 0.25 0.08
Hex 18 19 F 4 0 28 5A 42 19 8
Octal 30 31 17 4 0 50 132 102 31 10
Binary 11000 11001 1111 100 0 101000 1011010 1000010 11001 1000

Color Harmonies of #18190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18190F

Black with #18190F

Text Example


Text Example

White with #18190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18190F; }

 p { color: rgb(24,25,15); }

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

background-color css

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

 a { background-color: rgb(24,25,15); }

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

border-color css

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

 span { border-color: rgb(24,25,15); }

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