#0D2A19

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

Shades of Cardin Green #0D2A19

Tints of Cardin Green #0D2A19

Color information

#0D2A19 (or 0x0D2A19) is unknown color: approx Cardin Green. HEX triplet: 0D, 2A and 19. RGB value is (13,42,25). Sum of RGB (Red+Green+Blue) = 13+42+25=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #0D2A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2A19 is #F2D5E6. Grayscale: #1F1F1F. Windows color (decimal): -15914471 or 1649165. OLE color: 1649165.

HSL color Cylindrical-coordinate representation of color #0D2A19: hue angle of 144.83º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D2A19 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB134225-
CMYK0.6900.400.84
HSL144.83º52.73%10.78%-
HSV(B)144.83º69.05%16.47%-
XYZ1.171.811.21-
YUV31.39124.39114.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 42 (16.80% from 255) = 52.5%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=16.25%
G=52.5%
B=31.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1342250.6900.400.84144.8352.7310.78
HexD2A1945028549135b
Octal1552311050501242216513
Binary110110101011001100010101010001010100100100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,42,25); }

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

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

 a { background-color: rgb(13,42,25); }

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

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

 span { border-color: rgb(13,42,25); }

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