Html Css Color HEX #25342F Woodsmoke

📋 copy color: '#25342F'

red 37 ◦ green 52 ◦ blue 47

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

Shades of Woodsmoke #25342F

Tints of Woodsmoke #25342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.24%

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

R = 27.21%
G = 38.24%
B = 34.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#25342F (or 0x25342F) is known color: Woodsmoke. HEX triplet: 25, 34 and 2F. RGB value is (37,52,47). Sum of RGB (Red+Green+Blue) = 37+52+47=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #25342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25342F is #DACBD0. Grayscale: #2E2E2E. Windows color (decimal): -14339025 or 3093541. OLE color: 3093541.

HSL color Cylindrical-coordinate representation of color #25342F: hue angle of 160º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #25342F is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 47 -
CMYK 0.29 0 0.10 0.80
HSL 160º 0.17% 0.17% -
HSV(B) 160º 0.29% 0.2% -
XYZ 2.5 3.05 3.15 -
YUV 46.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 37 52 47 0.29 0 0.10 0.80 160 0.17 0.17
Hex 25 34 2F 1D 0 A 50 A0 11 11
Octal 45 64 57 35 0 12 120 240 21 21
Binary 100101 110100 101111 11101 0 1010 1010000 10100000 10001 10001

Color Harmonies of #25342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25342F

Black with #25342F

Text Example


Text Example

White with #25342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25342F; }

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

 H1.HeaderClassName
 {
   color: #25342F;
 }
 .AnyTagClassName
 {
   color: #25342F;
 }
</style>

background-color css

<style>
 a { background-color: #25342F; }

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

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

border-color css

<style>
 span { border-color: #25342F; }

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

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