#232F30

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

Shades of Swamp #232F30

Tints of Swamp #232F30

Color information

#232F30 (or 0x232F30) is unknown color: approx Swamp. HEX triplet: 23, 2F and 30. RGB value is (35,47,48). Sum of RGB (Red+Green+Blue) = 35+47+48=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 48 - color contains mainly: blue. Hex color #232F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F30 is #DCD0CF. Grayscale: #2B2B2B. Windows color (decimal): -14471376 or 3157795. OLE color: 3157795.

HSL color Cylindrical-coordinate representation of color #232F30: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #232F30 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB354748-
CMYK0.270.0200.81
HSL184.62º15.66%16.27%-
HSV(B)184.62º27.08%18.82%-
XYZ2.242.63.18-
YUV43.53130.52121.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.92%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=26.92%
G=36.15%
B=36.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3547480.270.0200.81184.6215.6616.27
Hex232F301B2051b91010
Octal43576033201212712020
Binary100011101111110000110111001010001101110011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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