#0D302A

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

Shades of Dark Green #0D302A

Tints of Dark Green #0D302A

Color information

#0D302A (or 0x0D302A) is unknown color: approx Dark Green. HEX triplet: 0D, 30 and 2A. RGB value is (13,48,42). Sum of RGB (Red+Green+Blue) = 13+48+42=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #0D302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D302A is #F2CFD5. Grayscale: #242424. Windows color (decimal): -15912918 or 2764813. OLE color: 2764813.

HSL color Cylindrical-coordinate representation of color #0D302A: hue angle of 169.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D302A is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB134842-
CMYK0.7300.130.81
HSL169.71º57.38%11.96%-
HSV(B)169.71º72.92%18.82%-
XYZ1.642.372.56-
YUV36.85130.9110.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=12.62%
G=46.60%
B=40.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348420.7300.130.81169.7157.3811.96
HexD302A490D51aa39c
Octal1560521110151212527114
Binary11011100001010101001001011011010001101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,42); }

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

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

 a { background-color: rgb(13,48,42); }

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

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

 span { border-color: rgb(13,48,42); }

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