Html Css Color HEX #23370B Pine Tree

📋 copy color: '#23370B'

red 35 ◦ green 55 ◦ blue 11

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

Shades of Pine Tree #23370B

Tints of Pine Tree #23370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 54.46%

 BLUE value IS 11 (4.69% from 255) = 10.89%

R = 34.65%
G = 54.46%
B = 10.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#23370B (or 0x23370B) is known color: Pine Tree. HEX triplet: 23, 37 and 0B. RGB value is (35,55,11). Sum of RGB (Red+Green+Blue) = 35+55+11=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #23370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23370B is #DCC8F4. Grayscale: #2C2C2C. Windows color (decimal): -14469365 or 735011. OLE color: 735011.

HSL color Cylindrical-coordinate representation of color #23370B: hue angle of 87.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23370B is Cyan = 0.36, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 55 11 -
CMYK 0.36 0 0.8 0.78
HSL 87.27º 0.67% 0.13% -
HSV(B) 87.27º 0.8% 0.22% -
XYZ 2.12 3.11 0.81 -
YUV 44 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 35 55 11 0.36 0 0.8 0.78 87.27 0.67 0.13
Hex 23 37 B 24 0 50 4E 57 43 D
Octal 43 67 13 44 0 120 116 127 103 15
Binary 100011 110111 1011 100100 0 1010000 1001110 1010111 1000011 1101

Color Harmonies of #23370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23370B

Black with #23370B

Text Example


Text Example

White with #23370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23370B; }

 p { color: rgb(35,55,11); }

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

background-color css

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

 a { background-color: rgb(35,55,11); }

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

border-color css

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

 span { border-color: rgb(35,55,11); }

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