#16251C

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

Shades of Cardin Green #16251C

Tints of Cardin Green #16251C

Color information

#16251C (or 0x16251C) is unknown color: approx Cardin Green. HEX triplet: 16, 25 and 1C. RGB value is (22,37,28). Sum of RGB (Red+Green+Blue) = 22+37+28=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #16251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16251C is #E9DAE3. Grayscale: #1F1F1F. Windows color (decimal): -15325924 or 1844502. OLE color: 1844502.

HSL color Cylindrical-coordinate representation of color #16251C: hue angle of 144º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #16251C is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB223728-
CMYK0.4100.240.85
HSL144º25.42%11.57%-
HSV(B)144º40.54%14.51%-
XYZ1.21.581.34-
YUV31.49126.03121.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.29%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=25.29%
G=42.53%
B=32.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2237280.4100.240.8514425.4211.57
Hex16251C29018559019c
Octal264534510301252203114
Binary1011010010111100101001011000101010110010000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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