#15271E

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

Shades of Cardin Green #15271E

Tints of Cardin Green #15271E

Color information

#15271E (or 0x15271E) is unknown color: approx Cardin Green. HEX triplet: 15, 27 and 1E. RGB value is (21,39,30). Sum of RGB (Red+Green+Blue) = 21+39+30=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #15271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15271E is #EAD8E1. Grayscale: #202020. Windows color (decimal): -15390946 or 1976085. OLE color: 1976085.

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

Color convert

RGB213930-
CMYK0.4600.230.85
HSL150º30%11.76%-
HSV(B)150º46.15%15.29%-
XYZ1.271.71.49-
YUV32.59126.54119.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 39 (15.62% from 255) = 43.33%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=23.33%
G=43.33%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2139300.4600.230.851503011.76
Hex15271E2E01755961ec
Octal254736560271252263614
Binary1010110011111110101110010111101010110010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,39,30); }

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

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

 a { background-color: rgb(21,39,30); }

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

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

 span { border-color: rgb(21,39,30); }

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