#12251D

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

Shades of Cardin Green #12251D

Tints of Cardin Green #12251D

Color information

#12251D (or 0x12251D) is unknown color: approx Cardin Green. HEX triplet: 12, 25 and 1D. RGB value is (18,37,29). Sum of RGB (Red+Green+Blue) = 18+37+29=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #12251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251D is #EDDAE2. Grayscale: #1E1E1E. Windows color (decimal): -15588067 or 1910034. OLE color: 1910034.

HSL color Cylindrical-coordinate representation of color #12251D: hue angle of 154.74º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #12251D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB183729-
CMYK0.5100.220.85
HSL154.74º34.55%10.78%-
HSV(B)154.74º51.35%14.51%-
XYZ1.131.541.4-
YUV30.41127.21119.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=21.43%
G=44.05%
B=34.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837290.5100.220.85154.7434.5510.78
Hex12251D33016559b23b
Octal224535630261252334313
Binary10010100101111011100110101101010101100110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12251D; }

 p { color: rgb(18,37,29); }

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

<style>
 a { background-color: #12251D; }

 a { background-color: rgb(18,37,29); }

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

<style>
 span { border-color: #12251D; }

 span { border-color: rgb(18,37,29); }

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