#252F2B

Color #252F2B Woodsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodsmoke #252F2B

Tints of Woodsmoke #252F2B

Color information

#252F2B (or 0x252F2B) is unknown color: approx Woodsmoke. HEX triplet: 25, 2F and 2B. RGB value is (37,47,43). Sum of RGB (Red+Green+Blue) = 37+47+43=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 47 - color contains mainly: green. Hex color #252F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F2B is #DAD0D4. Grayscale: #2B2B2B. Windows color (decimal): -14340309 or 2830117. OLE color: 2830117.

HSL color Cylindrical-coordinate representation of color #252F2B: hue angle of 156º 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 #252F2B is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB374743-
CMYK0.2100.090.82
HSL156º11.9%16.47%-
HSV(B)156º21.28%18.43%-
XYZ2.222.62.67-
YUV43.55127.69123.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=29.13%
G=37.01%
B=33.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747430.2100.090.8215611.916.47
Hex252F2B1509529cc10
Octal455753250111222341420
Binary1001011011111010111010101001101001010011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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