#0D3427

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

Shades of Dark Green #0D3427

Tints of Dark Green #0D3427

Color information

#0D3427 (or 0x0D3427) is unknown color: approx Dark Green. HEX triplet: 0D, 34 and 27. RGB value is (13,52,39). Sum of RGB (Red+Green+Blue) = 13+52+39=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3427 is #F2CBD8. Grayscale: #262626. Windows color (decimal): -15911897 or 2569229. OLE color: 2569229.

HSL color Cylindrical-coordinate representation of color #0D3427: hue angle of 160º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3427 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB135239-
CMYK0.7500.250.80
HSL160º60%12.75%-
HSV(B)160º75%20.39%-
XYZ1.762.692.35-
YUV38.86128.08109.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.5%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=12.5%
G=50%
B=37.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1352390.7500.250.801606012.75
HexD34274B01950a03cd
Octal1564471130311202407415
Binary110111010010011110010110110011010000101000001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,39); }

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

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

 a { background-color: rgb(13,52,39); }

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

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

 span { border-color: rgb(13,52,39); }

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