#15261D

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

Shades of Cardin Green #15261D

Tints of Cardin Green #15261D

Color information

#15261D (or 0x15261D) is unknown color: approx Cardin Green. HEX triplet: 15, 26 and 1D. RGB value is (21,38,29). Sum of RGB (Red+Green+Blue) = 21+38+29=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #15261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15261D is #EAD9E2. Grayscale: #1F1F1F. Windows color (decimal): -15391203 or 1910293. OLE color: 1910293.

HSL color Cylindrical-coordinate representation of color #15261D: hue angle of 148.24º 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 #15261D is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB213829-
CMYK0.4500.240.85
HSL148.24º28.81%11.57%-
HSV(B)148.24º44.74%14.9%-
XYZ1.221.631.41-
YUV31.89126.37120.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=23.86%
G=43.18%
B=32.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138290.4500.240.85148.2428.8111.57
Hex15261D2D01855941dc
Octal254635550301252243514
Binary1010110011011101101101011000101010110010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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