#233002

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

Shades of Pine Tree #233002

Tints of Pine Tree #233002

Color information

#233002 (or 0x233002) is unknown color: approx Pine Tree. HEX triplet: 23, 30 and 02. RGB value is (35,48,2). Sum of RGB (Red+Green+Blue) = 35+48+2=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #233002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233002 is #DCCFFD. Grayscale: #272727. Windows color (decimal): -14471166 or 143395. OLE color: 143395.

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

Color convert

RGB35482-
CMYK0.2700.960.81
HSL76.96º92%9.8%-
HSV(B)76.96º95.83%18.82%-
XYZ1.762.480.44-
YUV38.87107.19125.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=41.18%
G=56.47%
B=2.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal354820.2700.960.8176.96929.8
Hex233021B060514d5ca
Octal4360233014012111513412
Binary1000111100001011011011000001010001100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233002; }

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

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

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

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

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

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

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

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