#0D0E07

Color #0D0E07 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #0D0E07

Tints of Green Waterloo #0D0E07

Color information

#0D0E07 (or 0x0D0E07) is unknown color: approx Green Waterloo. HEX triplet: 0D, 0E and 07. RGB value is (13,14,7). Sum of RGB (Red+Green+Blue) = 13+14+7=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 14 - color contains mainly: green. Hex color #0D0E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0E07 is #F2F1F8. Grayscale: #0C0C0C. Windows color (decimal): -15921657 or 462349. OLE color: 462349.

HSL color Cylindrical-coordinate representation of color #0D0E07: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D0E07 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.95.

Color convert

RGB13147-
CMYK0.0700.50.95
HSL68.57º33.33%4.12%-
HSV(B)68.57º50%5.49%-
XYZ0.360.410.26-
YUV12.9124.67128.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 38.24%
GREEN value IS 14 (5.86% from 255) = 41.18%
BLUE value IS 7 (3.12% from 255) = 20.59%
R=38.24%
G=41.18%
B=20.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal131470.0700.50.9568.5733.334.12
HexDE770325F45214
Octal151677062137105414
Binary11011110111111011001010111111000101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,14,7); }

 H1.HeaderClassName
 {
   color: #0D0E07;
 }
 .AnyTagClassName
 {
   color: #0D0E07;
 }
</style>
background-color css

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

 a { background-color: rgb(13,14,7); }

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

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

 span { border-color: rgb(13,14,7); }

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