Html Css Color HEX #0D0F04 Green Waterloo

📋 copy color: '#0D0F04'

red 13 ◦ green 15 ◦ blue 4

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

Shades of Green Waterloo #0D0F04

Tints of Green Waterloo #0D0F04

RGB

 RED value IS 13 (5.47% from 255) = 40.63%

 GREEN value IS 15 (6.25% from 255) = 46.88%

 BLUE value IS 4 (1.95% from 255) = 12.5%

R = 40.63%
G = 46.88%
B = 12.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0D0F04 (or 0x0D0F04) is known color: Green Waterloo. HEX triplet: 0D, 0F and 04. RGB value is (13,15,4). Sum of RGB (Red+Green+Blue) = 13+15+4=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F04 is #F2F0FB. Grayscale: #0D0D0D. Windows color (decimal): -15921404 or 265997. OLE color: 265997.

HSL color Cylindrical-coordinate representation of color #0D0F04: hue angle of 70.91º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D0F04 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB 13 15 4 -
CMYK 0.13 0 0.73 0.94
HSL 70.91º 0.58% 0.04% -
HSV(B) 70.91º 0.73% 0.06% -
XYZ 0.36 0.44 0.18 -
YUV 13.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 13 15 4 0.13 0 0.73 0.94 70.91 0.58 0.04
Hex D F 4 D 0 49 5E 47 3A 4
Octal 15 17 4 15 0 111 136 107 72 4
Binary 1101 1111 100 1101 0 1001001 1011110 1000111 111010 100

Color Harmonies of #0D0F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F04

Black with #0D0F04

Text Example


Text Example

White with #0D0F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,15,4); }

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

background-color css

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

 a { background-color: rgb(13,15,4); }

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

border-color css

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

 span { border-color: rgb(13,15,4); }

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