Html Css Color HEX #252F17 Pine Tree

📋 copy color: '#252F17'

red 37 ◦ green 47 ◦ blue 23

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

Shades of Pine Tree #252F17

Tints of Pine Tree #252F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.93%

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 34.58%
G = 43.93%
B = 21.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.82

RGB Variations

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

Color information

#252F17 (or 0x252F17) is known color: Pine Tree. HEX triplet: 25, 2F and 17. RGB value is (37,47,23). Sum of RGB (Red+Green+Blue) = 37+47+23=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #252F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252F17 is #DAD0E8. Grayscale: #292929. Windows color (decimal): -14340329 or 1519397. OLE color: 1519397.

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

Color convert

RGB 37 47 23 -
CMYK 0.21 0 0.51 0.82
HSL 85º 0.34% 0.14% -
HSV(B) 85º 0.51% 0.18% -
XYZ 1.93 2.49 1.19 -
YUV 41.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 37 47 23 0.21 0 0.51 0.82 85 0.34 0.14
Hex 25 2F 17 15 0 33 52 55 22 E
Octal 45 57 27 25 0 63 122 125 42 16
Binary 100101 101111 10111 10101 0 110011 1010010 1010101 100010 1110

Color Harmonies of #252F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F17

Black with #252F17

Text Example


Text Example

White with #252F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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