#12261B

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

Shades of Cardin Green #12261B

Tints of Cardin Green #12261B

Color information

#12261B (or 0x12261B) is unknown color: approx Cardin Green. HEX triplet: 12, 26 and 1B. RGB value is (18,38,27). Sum of RGB (Red+Green+Blue) = 18+38+27=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #12261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12261B is #EDD9E4. Grayscale: #1E1E1E. Windows color (decimal): -15587813 or 1779218. OLE color: 1779218.

HSL color Cylindrical-coordinate representation of color #12261B: hue angle of 147º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #12261B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB183827-
CMYK0.5300.290.85
HSL147º35.71%10.98%-
HSV(B)147º52.63%14.9%-
XYZ1.141.591.28-
YUV30.77125.87118.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 38 (15.23% from 255) = 45.78%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=21.69%
G=45.78%
B=32.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838270.5300.290.8514735.7110.98
Hex12261B3501D559324b
Octal224633650351252234413
Binary10010100110110111101010111011010101100100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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