#18251E

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

Shades of Cardin Green #18251E

Tints of Cardin Green #18251E

Color information

#18251E (or 0x18251E) is unknown color: approx Cardin Green. HEX triplet: 18, 25 and 1E. RGB value is (24,37,30). Sum of RGB (Red+Green+Blue) = 24+37+30=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #18251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18251E is #E7DAE1. Grayscale: #202020. Windows color (decimal): -15194850 or 1975576. OLE color: 1975576.

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

Color convert

RGB243730-
CMYK0.3500.190.85
HSL147.69º21.31%11.96%-
HSV(B)147.69º35.14%14.51%-
XYZ1.271.611.47-
YUV32.32126.69122.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=26.37%
G=40.66%
B=32.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437300.3500.190.85147.6921.3111.96
Hex18251E23013559415c
Octal304536430231252242514
Binary1100010010111110100011010011101010110010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,37,30); }

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

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

 a { background-color: rgb(24,37,30); }

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

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

 span { border-color: rgb(24,37,30); }

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