#12251B

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

Shades of Cardin Green #12251B

Tints of Cardin Green #12251B

Color information

#12251B (or 0x12251B) is unknown color: approx Cardin Green. HEX triplet: 12, 25 and 1B. RGB value is (18,37,27). Sum of RGB (Red+Green+Blue) = 18+37+27=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #12251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251B is #EDDAE4. Grayscale: #1E1E1E. Windows color (decimal): -15588069 or 1778962. OLE color: 1778962.

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

Color convert

RGB183727-
CMYK0.5100.270.85
HSL148.42º34.55%10.78%-
HSV(B)148.42º51.35%14.51%-
XYZ1.111.531.27-
YUV30.18126.21119.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=21.95%
G=45.12%
B=32.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837270.5100.270.85148.4234.5510.78
Hex12251B3301B559423b
Octal224533630331252244313
Binary10010100101110111100110110111010101100101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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