Html Css Color HEX #232520 Pine Tree

📋 copy color: '#232520'

red 35 ◦ green 37 ◦ blue 32

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

Shades of Pine Tree #232520

Tints of Pine Tree #232520

RGB

 RED value IS 35 (14.06% from 255) = 33.65%

 GREEN value IS 37 (14.84% from 255) = 35.58%

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 33.65%
G = 35.58%
B = 30.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#232520 (or 0x232520) is known color: Pine Tree. HEX triplet: 23, 25 and 20. RGB value is (35,37,32). Sum of RGB (Red+Green+Blue) = 35+37+32=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 37 - color contains mainly: green. Hex color #232520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232520 is #DCDADF. Grayscale: #232323. Windows color (decimal): -14473952 or 2106659. OLE color: 2106659.

HSL color Cylindrical-coordinate representation of color #232520: hue angle of 84º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #232520 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 37 32 -
CMYK 0.05 0 0.14 0.85
HSL 84º 0.07% 0.14% -
HSV(B) 84º 0.14% 0.15% -
XYZ 1.62 1.78 1.63 -
YUV 35.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 35 37 32 0.05 0 0.14 0.85 84 0.07 0.14
Hex 23 25 20 5 0 E 55 54 7 E
Octal 43 45 40 5 0 16 125 124 7 16
Binary 100011 100101 100000 101 0 1110 1010101 1010100 111 1110

Color Harmonies of #232520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232520

Black with #232520

Text Example


Text Example

White with #232520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232520; }

 p { color: rgb(35,37,32); }

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

background-color css

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

 a { background-color: rgb(35,37,32); }

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

border-color css

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

 span { border-color: rgb(35,37,32); }

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