Html Css Color HEX #0F1204 Green Waterloo

📋 copy color: '#0F1204'

red 15 ◦ green 18 ◦ blue 4

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

Shades of Green Waterloo #0F1204

Tints of Green Waterloo #0F1204

RGB

 RED value IS 15 (6.25% from 255) = 40.54%

 GREEN value IS 18 (7.42% from 255) = 48.65%

 BLUE value IS 4 (1.95% from 255) = 10.81%

R = 40.54%
G = 48.65%
B = 10.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#0F1204 (or 0x0F1204) is known color: Green Waterloo. HEX triplet: 0F, 12 and 04. RGB value is (15,18,4). Sum of RGB (Red+Green+Blue) = 15+18+4=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #0F1204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1204 is #F0EDFB. Grayscale: #0F0F0F. Windows color (decimal): -15789564 or 266767. OLE color: 266767.

HSL color Cylindrical-coordinate representation of color #0F1204: hue angle of 72.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F1204 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 18 4 -
CMYK 0.17 0 0.78 0.93
HSL 72.86º 0.64% 0.04% -
HSV(B) 72.86º 0.78% 0.07% -
XYZ 0.44 0.54 0.2 -
YUV 15.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 15 18 4 0.17 0 0.78 0.93 72.86 0.64 0.04
Hex F 12 4 11 0 4E 5D 49 40 4
Octal 17 22 4 21 0 116 135 111 100 4
Binary 1111 10010 100 10001 0 1001110 1011101 1001001 1000000 100

Color Harmonies of #0F1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1204

Black with #0F1204

Text Example


Text Example

White with #0F1204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F1204; }

 p { color: rgb(15,18,4); }

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

background-color css

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

 a { background-color: rgb(15,18,4); }

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

border-color css

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

 span { border-color: rgb(15,18,4); }

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