Html Css Color HEX #0F1104 Green Waterloo

📋 copy color: '#0F1104'

red 15 ◦ green 17 ◦ blue 4

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

Shades of Green Waterloo #0F1104

Tints of Green Waterloo #0F1104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 47.22%

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

R = 41.67%
G = 47.22%
B = 11.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#0F1104 (or 0x0F1104) is known color: Green Waterloo. HEX triplet: 0F, 11 and 04. RGB value is (15,17,4). Sum of RGB (Red+Green+Blue) = 15+17+4=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1104 is #F0EEFB. Grayscale: #0E0E0E. Windows color (decimal): -15789820 or 266511. OLE color: 266511.

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

Color convert

RGB 15 17 4 -
CMYK 0.12 0 0.76 0.93
HSL 69.23º 0.62% 0.04% -
HSV(B) 69.23º 0.76% 0.07% -
XYZ 0.42 0.51 0.19 -
YUV 14.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 15 17 4 0.12 0 0.76 0.93 69.23 0.62 0.04
Hex F 11 4 C 0 4C 5D 45 3E 4
Octal 17 21 4 14 0 114 135 105 76 4
Binary 1111 10001 100 1100 0 1001100 1011101 1000101 111110 100

Color Harmonies of #0F1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1104

Black with #0F1104

Text Example


Text Example

White with #0F1104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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