#18271F

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

Shades of Cardin Green #18271F

Tints of Cardin Green #18271F

Color information

#18271F (or 0x18271F) is unknown color: approx Cardin Green. HEX triplet: 18, 27 and 1F. RGB value is (24,39,31). Sum of RGB (Red+Green+Blue) = 24+39+31=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #18271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18271F is #E7D8E0. Grayscale: #212121. Windows color (decimal): -15194337 or 2041624. OLE color: 2041624.

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

Color convert

RGB243931-
CMYK0.3800.210.85
HSL148º23.81%12.35%-
HSV(B)148º38.46%15.29%-
XYZ1.351.741.56-
YUV33.6126.53121.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=25.53%
G=41.49%
B=32.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2439310.3800.210.8514823.8112.35
Hex18271F26015559418c
Octal304737460251252243014
Binary1100010011111111100110010101101010110010100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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