#232E02

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

Shades of Pine Tree #232E02

Tints of Pine Tree #232E02

Color information

#232E02 (or 0x232E02) is unknown color: approx Pine Tree. HEX triplet: 23, 2E and 02. RGB value is (35,46,2). Sum of RGB (Red+Green+Blue) = 35+46+2=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #232E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232E02 is #DCD1FD. Grayscale: #252525. Windows color (decimal): -14471678 or 142883. OLE color: 142883.

HSL color Cylindrical-coordinate representation of color #232E02: hue angle of 75º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #232E02 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB35462-
CMYK0.2400.960.82
HSL75º91.67%9.41%-
HSV(B)75º95.65%18.04%-
XYZ1.682.320.42-
YUV37.7107.86126.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 46 (18.36% from 255) = 55.42%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=42.17%
G=55.42%
B=2.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal354620.2400.960.827591.679.41
Hex232E218060524b5c9
Octal4356230014012211313411
Binary1000111011101011000011000001010010100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E02; }

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

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

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

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

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

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

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

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