#12251A

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

Shades of Cardin Green #12251A

Tints of Cardin Green #12251A

Color information

#12251A (or 0x12251A) is unknown color: approx Cardin Green. HEX triplet: 12, 25 and 1A. RGB value is (18,37,26). Sum of RGB (Red+Green+Blue) = 18+37+26=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #12251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251A is #EDDAE5. Grayscale: #1E1E1E. Windows color (decimal): -15588070 or 1713426. OLE color: 1713426.

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

Color convert

RGB183726-
CMYK0.5100.300.85
HSL145.26º34.55%10.78%-
HSV(B)145.26º51.35%14.51%-
XYZ1.11.531.21-
YUV30.06125.71119.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=22.22%
G=45.68%
B=32.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837260.5100.300.85145.2634.5510.78
Hex12251A3301E559123b
Octal224532630361252214313
Binary10010100101110101100110111101010101100100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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