#233F0A

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

Shades of Pine Tree #233F0A

Tints of Pine Tree #233F0A

Color information

#233F0A (or 0x233F0A) is unknown color: approx Pine Tree. HEX triplet: 23, 3F and 0A. RGB value is (35,63,10). Sum of RGB (Red+Green+Blue) = 35+63+10=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #233F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233F0A is #DCC0F5. Grayscale: #303030. Windows color (decimal): -14467318 or 671523. OLE color: 671523.

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

Color convert

RGB356310-
CMYK0.4400.840.75
HSL91.7º72.6%14.31%-
HSV(B)91.7º84.13%24.71%-
XYZ2.533.930.91-
YUV48.59106.22118.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 63 (25% from 255) = 58.33%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=32.41%
G=58.33%
B=9.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3563100.4400.840.7591.772.614.31
Hex233FA2C0544B5c49e
Octal43771254012411313411116
Binary1000111111111010101100010101001001011101110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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