Html Css Color HEX #0F100B Green Waterloo

📋 copy color: '#0F100B'

red 15 ◦ green 16 ◦ blue 11

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

Shades of Green Waterloo #0F100B

Tints of Green Waterloo #0F100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 38.1%

 BLUE value IS 11 (4.69% from 255) = 26.19%

R = 35.71%
G = 38.1%
B = 26.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#0F100B (or 0x0F100B) is known color: Green Waterloo. HEX triplet: 0F, 10 and 0B. RGB value is (15,16,11). Sum of RGB (Red+Green+Blue) = 15+16+11=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100B is #F0EFF4. Grayscale: #0F0F0F. Windows color (decimal): -15790069 or 725007. OLE color: 725007.

HSL color Cylindrical-coordinate representation of color #0F100B: hue angle of 72º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0F100B is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 16 11 -
CMYK 0.06 0 0.31 0.94
HSL 72º 0.19% 0.05% -
HSV(B) 72º 0.31% 0.06% -
XYZ 0.44 0.5 0.39 -
YUV 15.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 15 16 11 0.06 0 0.31 0.94 72 0.19 0.05
Hex F 10 B 6 0 1F 5E 48 13 5
Octal 17 20 13 6 0 37 136 110 23 5
Binary 1111 10000 1011 110 0 11111 1011110 1001000 10011 101

Color Harmonies of #0F100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F100B

Black with #0F100B

Text Example


Text Example

White with #0F100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,11); }

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

background-color css

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

 a { background-color: rgb(15,16,11); }

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

border-color css

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

 span { border-color: rgb(15,16,11); }

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