#242F30

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

Shades of Swamp #242F30

Tints of Swamp #242F30

Color information

#242F30 (or 0x242F30) is unknown color: approx Swamp. HEX triplet: 24, 2F and 30. RGB value is (36,47,48). Sum of RGB (Red+Green+Blue) = 36+47+48=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 48 - color contains mainly: blue. Hex color #242F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F30 is #DBD0CF. Grayscale: #2B2B2B. Windows color (decimal): -14405840 or 3157796. OLE color: 3157796.

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

Color convert

RGB364748-
CMYK0.250.0200.81
HSL185º14.29%16.47%-
HSV(B)185º25%18.82%-
XYZ2.282.623.18-
YUV43.82130.36122.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.48%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=27.48%
G=35.88%
B=36.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3647480.250.0200.8118514.2916.47
Hex242F30192051b9e10
Octal44576031201212711620
Binary10010010111111000011001100101000110111001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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