#15271F

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

Shades of Cardin Green #15271F

Tints of Cardin Green #15271F

Color information

#15271F (or 0x15271F) is unknown color: approx Cardin Green. HEX triplet: 15, 27 and 1F. RGB value is (21,39,31). Sum of RGB (Red+Green+Blue) = 21+39+31=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #15271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15271F is #EAD8E0. Grayscale: #202020. Windows color (decimal): -15390945 or 2041621. OLE color: 2041621.

HSL color Cylindrical-coordinate representation of color #15271F: hue angle of 153.33º 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 #15271F is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB213931-
CMYK0.4600.210.85
HSL153.33º30%11.76%-
HSV(B)153.33º46.15%15.29%-
XYZ1.281.711.56-
YUV32.71127.04119.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.08%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=23.08%
G=42.86%
B=34.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2139310.4600.210.85153.333011.76
Hex15271F2E01555991ec
Octal254737560251252313614
Binary1010110011111111101110010101101010110011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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