Html Css Color HEX #0F1202 Green Waterloo

📋 copy color: '#0F1202'

red 15 ◦ green 18 ◦ blue 2

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

Shades of Green Waterloo #0F1202

Tints of Green Waterloo #0F1202

RGB

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

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

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

R = 42.86%
G = 51.43%
B = 5.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#0F1202 (or 0x0F1202) is known color: Green Waterloo. HEX triplet: 0F, 12 and 02. RGB value is (15,18,2). Sum of RGB (Red+Green+Blue) = 15+18+2=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #0F1202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1202 is #F0EDFD. Grayscale: #0F0F0F. Windows color (decimal): -15789566 or 135695. OLE color: 135695.

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

Color convert

RGB 15 18 2 -
CMYK 0.17 0 0.89 0.93
HSL 71.25º 0.8% 0.04% -
HSV(B) 71.25º 0.89% 0.07% -
XYZ 0.42 0.54 0.14 -
YUV 15.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 15 18 2 0.17 0 0.89 0.93 71.25 0.8 0.04
Hex F 12 2 11 0 59 5D 47 50 4
Octal 17 22 2 21 0 131 135 107 120 4
Binary 1111 10010 10 10001 0 1011001 1011101 1000111 1010000 100

Color Harmonies of #0F1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1202

Black with #0F1202

Text Example


Text Example

White with #0F1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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