#0D2F26

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

Shades of Dark Green #0D2F26

Tints of Dark Green #0D2F26

Color information

#0D2F26 (or 0x0D2F26) is unknown color: approx Dark Green. HEX triplet: 0D, 2F and 26. RGB value is (13,47,38). Sum of RGB (Red+Green+Blue) = 13+47+38=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F26 is #F2D0D9. Grayscale: #232323. Windows color (decimal): -15913178 or 2502413. OLE color: 2502413.

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

Color convert

RGB134738-
CMYK0.7200.190.82
HSL164.12º56.67%11.76%-
HSV(B)164.12º72.34%18.43%-
XYZ1.532.262.19-
YUV35.81129.24111.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.27%
GREEN value IS 47 (18.75% from 255) = 47.96%
BLUE value IS 38 (15.23% from 255) = 38.78%
R=13.27%
G=47.96%
B=38.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347380.7200.190.82164.1256.6711.76
HexD2F264801352a439c
Octal1557461100231222447114
Binary110110111110011010010000100111010010101001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,47,38); }

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

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

 a { background-color: rgb(13,47,38); }

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

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

 span { border-color: rgb(13,47,38); }

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