#233004

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

Shades of Pine Tree #233004

Tints of Pine Tree #233004

Color information

#233004 (or 0x233004) is unknown color: approx Pine Tree. HEX triplet: 23, 30 and 04. RGB value is (35,48,4). Sum of RGB (Red+Green+Blue) = 35+48+4=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #233004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233004 is #DCCFFB. Grayscale: #272727. Windows color (decimal): -14471164 or 274467. OLE color: 274467.

HSL color Cylindrical-coordinate representation of color #233004: hue angle of 77.73º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #233004 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB35484-
CMYK0.2700.920.81
HSL77.73º84.62%10.2%-
HSV(B)77.73º91.67%18.82%-
XYZ1.772.480.5-
YUV39.1108.19125.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=40.23%
G=55.17%
B=4.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal354840.2700.920.8177.7384.6210.2
Hex233041B05C514e55a
Octal4360433013412111612512
Binary10001111000010011011010111001010001100111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233004; }

 p { color: rgb(35,48,4); }

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

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

 a { background-color: rgb(35,48,4); }

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

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

 span { border-color: rgb(35,48,4); }

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