Html Css Color HEX #0F1203 Green Waterloo

📋 copy color: '#0F1203'

red 15 ◦ green 18 ◦ blue 3

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

Shades of Green Waterloo #0F1203

Tints of Green Waterloo #0F1203

RGB

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

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

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

R = 41.67%
G = 50%
B = 8.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#0F1203 (or 0x0F1203) is known color: Green Waterloo. HEX triplet: 0F, 12 and 03. RGB value is (15,18,3). Sum of RGB (Red+Green+Blue) = 15+18+3=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #0F1203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1203 is #F0EDFC. Grayscale: #0F0F0F. Windows color (decimal): -15789565 or 201231. OLE color: 201231.

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

Color convert

RGB 15 18 3 -
CMYK 0.17 0 0.83 0.93
HSL 72º 0.71% 0.04% -
HSV(B) 72º 0.83% 0.07% -
XYZ 0.43 0.54 0.17 -
YUV 15.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 15 18 3 0.17 0 0.83 0.93 72 0.71 0.04
Hex F 12 3 11 0 53 5D 48 47 4
Octal 17 22 3 21 0 123 135 110 107 4
Binary 1111 10010 11 10001 0 1010011 1011101 1001000 1000111 100

Color Harmonies of #0F1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1203

Black with #0F1203

Text Example


Text Example

White with #0F1203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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