#12251C

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

Shades of Cardin Green #12251C

Tints of Cardin Green #12251C

Color information

#12251C (or 0x12251C) is unknown color: approx Cardin Green. HEX triplet: 12, 25 and 1C. RGB value is (18,37,28). Sum of RGB (Red+Green+Blue) = 18+37+28=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #12251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251C is #EDDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15588068 or 1844498. OLE color: 1844498.

HSL color Cylindrical-coordinate representation of color #12251C: hue angle of 151.58º 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 #12251C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB183728-
CMYK0.5100.240.85
HSL151.58º34.55%10.78%-
HSV(B)151.58º51.35%14.51%-
XYZ1.121.541.34-
YUV30.29126.71119.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=21.69%
G=44.58%
B=33.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837280.5100.240.85151.5834.5510.78
Hex12251C33018559823b
Octal224534630301252304313
Binary10010100101111001100110110001010101100110001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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