#0D2316

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

Shades of Cardin Green #0D2316

Tints of Cardin Green #0D2316

Color information

#0D2316 (or 0x0D2316) is unknown color: approx Cardin Green. HEX triplet: 0D, 23 and 16. RGB value is (13,35,22). Sum of RGB (Red+Green+Blue) = 13+35+22=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2316 is #F2DCE9. Grayscale: #1A1A1A. Windows color (decimal): -15916266 or 1450765. OLE color: 1450765.

HSL color Cylindrical-coordinate representation of color #0D2316: hue angle of 144.55º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2316 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB133522-
CMYK0.6300.370.86
HSL144.55º45.83%9.41%-
HSV(B)144.55º62.86%13.73%-
XYZ0.911.350.97-
YUV26.94125.21118.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.57%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=18.57%
G=50%
B=31.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335220.6300.370.86144.5545.839.41
HexD23163F02556912e9
Octal154326770451262215611
Binary11011000111011011111101001011010110100100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,35,22); }

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

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

 a { background-color: rgb(13,35,22); }

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

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

 span { border-color: rgb(13,35,22); }

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