Html Css Color HEX #0F1102 Green Waterloo

📋 copy color: '#0F1102'

red 15 ◦ green 17 ◦ blue 2

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

Shades of Green Waterloo #0F1102

Tints of Green Waterloo #0F1102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5.88%

R = 44.12%
G = 50%
B = 5.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#0F1102 (or 0x0F1102) is known color: Green Waterloo. HEX triplet: 0F, 11 and 02. RGB value is (15,17,2). Sum of RGB (Red+Green+Blue) = 15+17+2=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1102 is #F0EEFD. Grayscale: #0E0E0E. Windows color (decimal): -15789822 or 135439. OLE color: 135439.

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

Color convert

RGB 15 17 2 -
CMYK 0.12 0 0.88 0.93
HSL 68º 0.79% 0.04% -
HSV(B) 68º 0.88% 0.07% -
XYZ 0.41 0.51 0.13 -
YUV 14.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 15 17 2 0.12 0 0.88 0.93 68 0.79 0.04
Hex F 11 2 C 0 58 5D 44 4F 4
Octal 17 21 2 14 0 130 135 104 117 4
Binary 1111 10001 10 1100 0 1011000 1011101 1000100 1001111 100

Color Harmonies of #0F1102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1102

Black with #0F1102

Text Example


Text Example

White with #0F1102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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