Html Css Color HEX #23350D Pine Tree

📋 copy color: '#23350D'

red 35 ◦ green 53 ◦ blue 13

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

Shades of Pine Tree #23350D

Tints of Pine Tree #23350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 52.48%

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 34.65%
G = 52.48%
B = 12.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#23350D (or 0x23350D) is known color: Pine Tree. HEX triplet: 23, 35 and 0D. RGB value is (35,53,13). Sum of RGB (Red+Green+Blue) = 35+53+13=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #23350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23350D is #DCCAF2. Grayscale: #2B2B2B. Windows color (decimal): -14469875 or 865571. OLE color: 865571.

HSL color Cylindrical-coordinate representation of color #23350D: hue angle of 87º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23350D is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 53 13 -
CMYK 0.34 0 0.75 0.79
HSL 87º 0.61% 0.13% -
HSV(B) 87º 0.75% 0.21% -
XYZ 2.04 2.93 0.84 -
YUV 43.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 35 53 13 0.34 0 0.75 0.79 87 0.61 0.13
Hex 23 35 D 22 0 4B 4F 57 3D D
Octal 43 65 15 42 0 113 117 127 75 15
Binary 100011 110101 1101 100010 0 1001011 1001111 1010111 111101 1101

Color Harmonies of #23350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23350D

Black with #23350D

Text Example


Text Example

White with #23350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23350D; }

 p { color: rgb(35,53,13); }

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

background-color css

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

 a { background-color: rgb(35,53,13); }

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

border-color css

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

 span { border-color: rgb(35,53,13); }

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