#23330A

Color #23330A Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #23330A

Tints of Pine Tree #23330A

Color information

#23330A (or 0x23330A) is unknown color: approx Pine Tree. HEX triplet: 23, 33 and 0A. RGB value is (35,51,10). Sum of RGB (Red+Green+Blue) = 35+51+10=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #23330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23330A is #DCCCF5. Grayscale: #292929. Windows color (decimal): -14470390 or 668451. OLE color: 668451.

HSL color Cylindrical-coordinate representation of color #23330A: hue angle of 83.41º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23330A is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB355110-
CMYK0.3100.800.8
HSL83.41º67.21%11.96%-
HSV(B)83.41º80.39%20%-
XYZ1.932.750.72-
YUV41.54110.2123.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 10 (4.30% from 255) = 10.42%
R=36.46%
G=53.12%
B=10.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3551100.3100.800.883.4167.2111.96
Hex2333A1F050505343c
Octal43631237012012012310314
Binary100011110011101011111010100001010000101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23330A; }

 p { color: rgb(35,51,10); }

 H1.HeaderClassName
 {
   color: #23330A;
 }
 .AnyTagClassName
 {
   color: #23330A;
 }
</style>
background-color css

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

 a { background-color: rgb(35,51,10); }

 div.DivClassName
 {
   background-color: #23330A;
 }
 .BgClassName
 {
   background-color: #23330A;
 }
</style>
border-color css

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

 span { border-color: rgb(35,51,10); }

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