#233B06

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

Shades of Pine Tree #233B06

Tints of Pine Tree #233B06

Color information

#233B06 (or 0x233B06) is unknown color: approx Pine Tree. HEX triplet: 23, 3B and 06. RGB value is (35,59,6). Sum of RGB (Red+Green+Blue) = 35+59+6=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 59 (23.44% from 255 or 59% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 59 - color contains mainly: green. Hex color #233B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233B06 is #DCC4F9. Grayscale: #2D2D2D. Windows color (decimal): -14468346 or 408355. OLE color: 408355.

HSL color Cylindrical-coordinate representation of color #233B06: hue angle of 87.17º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #233B06 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB35596-
CMYK0.4100.900.77
HSL87.17º81.54%12.75%-
HSV(B)87.17º89.83%23.14%-
XYZ2.293.50.73-
YUV45.78105.55120.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 59 (23.44% from 255) = 59%
BLUE value IS 6 (2.73% from 255) = 6%
R=35%
G=59%
B=6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal355960.4100.900.7787.1781.5412.75
Hex233B62905A4D5752d
Octal4373651013211512712215
Binary100011111011110101001010110101001101101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233B06; }

 p { color: rgb(35,59,6); }

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

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

 a { background-color: rgb(35,59,6); }

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

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

 span { border-color: rgb(35,59,6); }

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