#233F06

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

Shades of Pine Tree #233F06

Tints of Pine Tree #233F06

Color information

#233F06 (or 0x233F06) is unknown color: approx Pine Tree. HEX triplet: 23, 3F and 06. RGB value is (35,63,6). Sum of RGB (Red+Green+Blue) = 35+63+6=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #233F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233F06 is #DCC0F9. Grayscale: #303030. Windows color (decimal): -14467322 or 409379. OLE color: 409379.

HSL color Cylindrical-coordinate representation of color #233F06: hue angle of 89.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #233F06 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB35636-
CMYK0.4400.900.75
HSL89.47º82.61%13.53%-
HSV(B)89.47º90.48%24.71%-
XYZ2.53.930.8-
YUV48.13104.22118.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 63 (25% from 255) = 60.58%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=33.65%
G=60.58%
B=5.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal356360.4400.900.7589.4782.6113.53
Hex233F62C05A4B5953e
Octal4377654013211313112316
Binary100011111111110101100010110101001011101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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