Html Css Color HEX #0D0F06 Green Waterloo

📋 copy color: '#0D0F06'

red 13 ◦ green 15 ◦ blue 6

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

Shades of Green Waterloo #0D0F06

Tints of Green Waterloo #0D0F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 17.65%

R = 38.24%
G = 44.12%
B = 17.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.94

RGB Variations

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

Color information

#0D0F06 (or 0x0D0F06) is known color: Green Waterloo. HEX triplet: 0D, 0F and 06. RGB value is (13,15,6). Sum of RGB (Red+Green+Blue) = 13+15+6=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F06 is #F2F0F9. Grayscale: #0D0D0D. Windows color (decimal): -15921402 or 397069. OLE color: 397069.

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

Color convert

RGB 13 15 6 -
CMYK 0.13 0 0.60 0.94
HSL 73.33º 0.43% 0.04% -
HSV(B) 73.33º 0.6% 0.06% -
XYZ 0.37 0.44 0.24 -
YUV 13.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 13 15 6 0.13 0 0.60 0.94 73.33 0.43 0.04
Hex D F 6 D 0 3C 5E 49 2B 4
Octal 15 17 6 15 0 74 136 111 53 4
Binary 1101 1111 110 1101 0 111100 1011110 1001001 101011 100

Color Harmonies of #0D0F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F06

Black with #0D0F06

Text Example


Text Example

White with #0D0F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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