Html Css Color HEX #252E2F Swamp

📋 copy color: '#252E2F'

red 37 ◦ green 46 ◦ blue 47

#252E2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #252E2F

Tints of Swamp #252E2F

RGB

 RED value IS 37 (14.84% from 255) = 28.46%

 GREEN value IS 46 (18.36% from 255) = 35.38%

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 28.46%
G = 35.38%
B = 36.15%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#252E2F (or 0x252E2F) is known color: Swamp. HEX triplet: 25, 2E and 2F. RGB value is (37,46,47). Sum of RGB (Red+Green+Blue) = 37+46+47=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 47 - color contains mainly: blue. Hex color #252E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E2F is #DAD1D0. Grayscale: #2B2B2B. Windows color (decimal): -14340561 or 3092005. OLE color: 3092005.

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

Color convert

RGB 37 46 47 -
CMYK 0.21 0.02 0 0.82
HSL 186º 0.12% 0.16% -
HSV(B) 186º 0.21% 0.18% -
XYZ 2.25 2.55 3.06 -
YUV 43.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 37 46 47 0.21 0.02 0 0.82 186 0.12 0.16
Hex 25 2E 2F 15 2 0 52 BA C 10
Octal 45 56 57 25 2 0 122 272 14 20
Binary 100101 101110 101111 10101 10 0 1010010 10111010 1100 10000

Color Harmonies of #252E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E2F

Black with #252E2F

Text Example


Text Example

White with #252E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #252E2F;
 }
 .AnyTagClassName
 {
   color: #252E2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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