Html Css Color HEX #0F1103 Green Waterloo

📋 copy color: '#0F1103'

red 15 ◦ green 17 ◦ blue 3

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

Shades of Green Waterloo #0F1103

Tints of Green Waterloo #0F1103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.57%

R = 42.86%
G = 48.57%
B = 8.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.93

RGB Variations

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

Color information

#0F1103 (or 0x0F1103) is known color: Green Waterloo. HEX triplet: 0F, 11 and 03. RGB value is (15,17,3). Sum of RGB (Red+Green+Blue) = 15+17+3=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1103 is #F0EEFC. Grayscale: #0E0E0E. Windows color (decimal): -15789821 or 200975. OLE color: 200975.

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

Color convert

RGB 15 17 3 -
CMYK 0.12 0 0.82 0.93
HSL 68.57º 0.7% 0.04% -
HSV(B) 68.57º 0.82% 0.07% -
XYZ 0.41 0.51 0.16 -
YUV 14.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 15 17 3 0.12 0 0.82 0.93 68.57 0.7 0.04
Hex F 11 3 C 0 52 5D 45 46 4
Octal 17 21 3 14 0 122 135 105 106 4
Binary 1111 10001 11 1100 0 1010010 1011101 1000101 1000110 100

Color Harmonies of #0F1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1103

Black with #0F1103

Text Example


Text Example

White with #0F1103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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