#0D751A

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

Shades of Green #0D751A

Tints of Green #0D751A

Color information

#0D751A (or 0x0D751A) is unknown color: approx Green. HEX triplet: 0D, 75 and 1A. RGB value is (13,117,26). Sum of RGB (Red+Green+Blue) = 13+117+26=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #0D751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D751A is #F28AE5. Grayscale: #4B4B4B. Windows color (decimal): -15895270 or 1733901. OLE color: 1733901.

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

Color convert

RGB1311726-
CMYK0.8900.780.54
HSL127.5º80%25.49%-
HSV(B)127.5º88.89%45.88%-
XYZ6.7112.883.11-
YUV75.53100.0483.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.33%
GREEN value IS 117 (46.09% from 255) = 75%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=8.33%
G=75%
B=16.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117260.8900.780.54127.58025.49
HexD751A5904E36805019
Octal151653213101166620012031
Binary110111101011101010110010100111011011010000000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,26); }

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

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

 a { background-color: rgb(13,117,26); }

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

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

 span { border-color: rgb(13,117,26); }

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