#232E2F

Color #232E2F Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #232E2F

Tints of Swamp #232E2F

Color information

#232E2F (or 0x232E2F) is unknown color: approx Swamp. HEX triplet: 23, 2E and 2F. RGB value is (35,46,47). Sum of RGB (Red+Green+Blue) = 35+46+47=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 47 - color contains mainly: blue. Hex color #232E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E2F is #DCD1D0. Grayscale: #2A2A2A. Windows color (decimal): -14471633 or 3092003. OLE color: 3092003.

HSL color Cylindrical-coordinate representation of color #232E2F: hue angle of 185º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #232E2F is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB354647-
CMYK0.260.0200.82
HSL185º14.63%16.08%-
HSV(B)185º25.53%18.43%-
XYZ2.182.523.06-
YUV42.82130.36122.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=27.34%
G=35.94%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3546470.260.0200.8218514.6316.08
Hex232E2F1A2052b9f10
Octal43565732201222711720
Binary10001110111010111111010100101001010111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E2F; }

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

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

<style>
 a { background-color: #232E2F; }

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

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

<style>
 span { border-color: #232E2F; }

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

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