#16261E

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

Shades of Cardin Green #16261E

Tints of Cardin Green #16261E

Color information

#16261E (or 0x16261E) is unknown color: approx Cardin Green. HEX triplet: 16, 26 and 1E. RGB value is (22,38,30). Sum of RGB (Red+Green+Blue) = 22+38+30=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #16261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16261E is #E9D9E1. Grayscale: #202020. Windows color (decimal): -15325666 or 1975830. OLE color: 1975830.

HSL color Cylindrical-coordinate representation of color #16261E: hue angle of 150º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #16261E is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB223830-
CMYK0.4200.210.85
HSL150º26.67%11.76%-
HSV(B)150º42.11%14.9%-
XYZ1.261.651.48-
YUV32.3126.7120.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.44%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=24.44%
G=42.22%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2238300.4200.210.8515026.6711.76
Hex16261E2A01555961bc
Octal264636520251252263314
Binary1011010011011110101010010101101010110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16261E; }

 p { color: rgb(22,38,30); }

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

<style>
 a { background-color: #16261E; }

 a { background-color: rgb(22,38,30); }

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

<style>
 span { border-color: #16261E; }

 span { border-color: rgb(22,38,30); }

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