#0D7318

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

Shades of Green #0D7318

Tints of Green #0D7318

Color information

#0D7318 (or 0x0D7318) is unknown color: approx Green. HEX triplet: 0D, 73 and 18. RGB value is (13,115,24). Sum of RGB (Red+Green+Blue) = 13+115+24=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7318 is #F28CE7. Grayscale: #4A4A4A. Windows color (decimal): -15895784 or 1602317. OLE color: 1602317.

HSL color Cylindrical-coordinate representation of color #0D7318: hue angle of 126.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7318 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1311524-
CMYK0.8900.790.55
HSL126.47º79.69%25.1%-
HSV(B)126.47º88.7%45.1%-
XYZ6.4612.412.92-
YUV74.1399.7184.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 115 (45.31% from 255) = 75.66%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=8.55%
G=75.66%
B=15.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13115240.8900.790.55126.4779.6925.1
HexD73185904F377e5019
Octal151633013101176717612031
Binary11011110011110001011001010011111101111111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,115,24); }

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

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

 a { background-color: rgb(13,115,24); }

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

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

 span { border-color: rgb(13,115,24); }

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