#15261F

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

Shades of Cardin Green #15261F

Tints of Cardin Green #15261F

Color information

#15261F (or 0x15261F) is unknown color: approx Cardin Green. HEX triplet: 15, 26 and 1F. RGB value is (21,38,31). Sum of RGB (Red+Green+Blue) = 21+38+31=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #15261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15261F is #EAD9E0. Grayscale: #202020. Windows color (decimal): -15391201 or 2041365. OLE color: 2041365.

HSL color Cylindrical-coordinate representation of color #15261F: hue angle of 155.29º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #15261F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB213831-
CMYK0.4500.180.85
HSL155.29º28.81%11.57%-
HSV(B)155.29º44.74%14.9%-
XYZ1.251.641.55-
YUV32.12127.37120.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=23.33%
G=42.22%
B=34.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138310.4500.180.85155.2928.8111.57
Hex15261F2D012559b1dc
Octal254637550221252333514
Binary1010110011011111101101010010101010110011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15261F; }

 p { color: rgb(21,38,31); }

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

<style>
 a { background-color: #15261F; }

 a { background-color: rgb(21,38,31); }

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

<style>
 span { border-color: #15261F; }

 span { border-color: rgb(21,38,31); }

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