Html Css Color HEX #0F1302 Green Waterloo

📋 copy color: '#0F1302'

red 15 ◦ green 19 ◦ blue 2

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

Shades of Green Waterloo #0F1302

Tints of Green Waterloo #0F1302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 52.78%

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

R = 41.67%
G = 52.78%
B = 5.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#0F1302 (or 0x0F1302) is known color: Green Waterloo. HEX triplet: 0F, 13 and 02. RGB value is (15,19,2). Sum of RGB (Red+Green+Blue) = 15+19+2=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1302 is #F0ECFD. Grayscale: #0F0F0F. Windows color (decimal): -15789310 or 135951. OLE color: 135951.

HSL color Cylindrical-coordinate representation of color #0F1302: hue angle of 74.12º degrees, saturation: 0.81, 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 #0F1302 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 19 2 -
CMYK 0.21 0 0.89 0.93
HSL 74.12º 0.81% 0.04% -
HSV(B) 74.12º 0.89% 0.07% -
XYZ 0.44 0.57 0.14 -
YUV 15.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 15 19 2 0.21 0 0.89 0.93 74.12 0.81 0.04
Hex F 13 2 15 0 59 5D 4A 51 4
Octal 17 23 2 25 0 131 135 112 121 4
Binary 1111 10011 10 10101 0 1011001 1011101 1001010 1010001 100

Color Harmonies of #0F1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1302

Black with #0F1302

Text Example


Text Example

White with #0F1302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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