Html Css Color HEX #23380B Pine Tree

📋 copy color: '#23380B'

red 35 ◦ green 56 ◦ blue 11

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

Shades of Pine Tree #23380B

Tints of Pine Tree #23380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 54.9%

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

R = 34.31%
G = 54.9%
B = 10.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#23380B (or 0x23380B) is known color: Pine Tree. HEX triplet: 23, 38 and 0B. RGB value is (35,56,11). Sum of RGB (Red+Green+Blue) = 35+56+11=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #23380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23380B is #DCC7F4. Grayscale: #2C2C2C. Windows color (decimal): -14469109 or 735267. OLE color: 735267.

HSL color Cylindrical-coordinate representation of color #23380B: hue angle of 88º 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 #23380B is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 56 11 -
CMYK 0.37 0 0.80 0.78
HSL 88º 0.67% 0.13% -
HSV(B) 88º 0.8% 0.22% -
XYZ 2.17 3.21 0.82 -
YUV 44.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 35 56 11 0.37 0 0.80 0.78 88 0.67 0.13
Hex 23 38 B 25 0 50 4E 58 43 D
Octal 43 70 13 45 0 120 116 130 103 15
Binary 100011 111000 1011 100101 0 1010000 1001110 1011000 1000011 1101

Color Harmonies of #23380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23380B

Black with #23380B

Text Example


Text Example

White with #23380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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