Html Css Color HEX #0D301D Cardin Green

📋 copy color: '#0D301D'

red 13 ◦ green 48 ◦ blue 29

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

Shades of Cardin Green #0D301D

Tints of Cardin Green #0D301D

RGB

 RED value IS 13 (5.47% from 255) = 14.44%

 GREEN value IS 48 (19.14% from 255) = 53.33%

 BLUE value IS 29 (11.72% from 255) = 32.22%

R = 14.44%
G = 53.33%
B = 32.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#0D301D (or 0x0D301D) is known color: Cardin Green. HEX triplet: 0D, 30 and 1D. RGB value is (13,48,29). Sum of RGB (Red+Green+Blue) = 13+48+29=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #0D301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D301D is #F2CFE2. Grayscale: #232323. Windows color (decimal): -15912931 or 1912845. OLE color: 1912845.

HSL color Cylindrical-coordinate representation of color #0D301D: hue angle of 147.43º 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 #0D301D is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 29 -
CMYK 0.73 0 0.40 0.81
HSL 147.43º 0.57% 0.12% -
HSV(B) 147.43º 0.73% 0.19% -
XYZ 1.44 2.29 1.53 -
YUV 35.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 13 48 29 0.73 0 0.40 0.81 147.43 0.57 0.12
Hex D 30 1D 49 0 28 51 93 39 C
Octal 15 60 35 111 0 50 121 223 71 14
Binary 1101 110000 11101 1001001 0 101000 1010001 10010011 111001 1100

Color Harmonies of #0D301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D301D

Black with #0D301D

Text Example


Text Example

White with #0D301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D301D;
 }
 .AnyTagClassName
 {
   color: #0D301D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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