Html Css Color HEX #0D2316 Cardin Green

📋 copy color: '#0D2316'

red 13 ◦ green 35 ◦ blue 22

#0D2316
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #0D2316

Tints of Cardin Green #0D2316

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 value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.86

RGB Variations

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

Color information

#0D2316 (or 0x0D2316) is known color: 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

RGB 13 35 22 -
CMYK 0.63 0 0.37 0.86
HSL 144.55º 0.46% 0.09% -
HSV(B) 144.55º 0.63% 0.14% -
XYZ 0.91 1.35 0.97 -
YUV 26.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 13 35 22 0.63 0 0.37 0.86 144.55 0.46 0.09
Hex D 23 16 3F 0 25 56 91 2E 9
Octal 15 43 26 77 0 45 126 221 56 11
Binary 1101 100011 10110 111111 0 100101 1010110 10010001 101110 1001

Color Harmonies of #0D2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2316

Black with #0D2316

Text Example


Text Example

White with #0D2316

Text Example


Text Example

HTML Codes & Css Web 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>