#1C2F23

Color #1C2F23 Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #1C2F23

Tints of Midnight Moss #1C2F23

Color information

#1C2F23 (or 0x1C2F23) is unknown color: approx Midnight Moss. HEX triplet: 1C, 2F and 23. RGB value is (28,47,35). Sum of RGB (Red+Green+Blue) = 28+47+35=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F23 is #E3D0DC. Grayscale: #272727. Windows color (decimal): -14930141 or 2305820. OLE color: 2305820.

HSL color Cylindrical-coordinate representation of color #1C2F23: hue angle of 142.11º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C2F23 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB284735-
CMYK0.4000.260.82
HSL142.11º25.33%14.71%-
HSV(B)142.11º40.43%18.43%-
XYZ1.82.41.96-
YUV39.95125.21119.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.45%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=25.45%
G=42.73%
B=31.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2847350.4000.260.82142.1125.3314.71
Hex1C2F232801A528e19f
Octal345743500321222163117
Binary11100101111100011101000011010101001010001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C2F23; }

 p { color: rgb(28,47,35); }

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

<style>
 a { background-color: #1C2F23; }

 a { background-color: rgb(28,47,35); }

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

<style>
 span { border-color: #1C2F23; }

 span { border-color: rgb(28,47,35); }

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