Html Css Color HEX #252F2B Woodsmoke

📋 copy color: '#252F2B'

red 37 ◦ green 47 ◦ blue 43

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

Shades of Woodsmoke #252F2B

Tints of Woodsmoke #252F2B

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 value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#252F2B (or 0x252F2B) is known color: 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

RGB 37 47 43 -
CMYK 0.21 0 0.09 0.82
HSL 156º 0.12% 0.16% -
HSV(B) 156º 0.21% 0.18% -
XYZ 2.22 2.6 2.67 -
YUV 43.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 37 47 43 0.21 0 0.09 0.82 156 0.12 0.16
Hex 25 2F 2B 15 0 9 52 9C C 10
Octal 45 57 53 25 0 11 122 234 14 20
Binary 100101 101111 101011 10101 0 1001 1010010 10011100 1100 10000

Color Harmonies of #252F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F2B

Black with #252F2B

Text Example


Text Example

White with #252F2B

Text Example


Text Example

HTML Codes & Css Web 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>