#233C06

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

Shades of Pine Tree #233C06

Tints of Pine Tree #233C06

Color information

#233C06 (or 0x233C06) is unknown color: approx Pine Tree. HEX triplet: 23, 3C and 06. RGB value is (35,60,6). Sum of RGB (Red+Green+Blue) = 35+60+6=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 60 (23.83% from 255 or 59.41% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 60 - color contains mainly: green. Hex color #233C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233C06 is #DCC3F9. Grayscale: #2E2E2E. Windows color (decimal): -14468090 or 408611. OLE color: 408611.

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

Color convert

RGB35606-
CMYK0.4200.900.76
HSL87.78º81.82%12.94%-
HSV(B)87.78º90%23.53%-
XYZ2.343.60.74-
YUV46.37105.22119.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 60 (23.83% from 255) = 59.41%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=34.65%
G=59.41%
B=5.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal356060.4200.900.7687.7881.8212.94
Hex233C62A05A4C5852d
Octal4374652013211413012215
Binary100011111100110101010010110101001100101100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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