#233D01

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

Shades of Pine Tree #233D01

Tints of Pine Tree #233D01

Color information

#233D01 (or 0x233D01) is unknown color: approx Pine Tree. HEX triplet: 23, 3D and 01. RGB value is (35,61,1). Sum of RGB (Red+Green+Blue) = 35+61+1=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 61 (24.22% from 255 or 62.89% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 61 - color contains mainly: green. Hex color #233D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233D01 is #DCC2FE. Grayscale: #2E2E2E. Windows color (decimal): -14467839 or 81187. OLE color: 81187.

HSL color Cylindrical-coordinate representation of color #233D01: hue angle of 86º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #233D01 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB35611-
CMYK0.4300.980.76
HSL86º96.77%12.16%-
HSV(B)86º98.36%23.92%-
XYZ2.373.70.62-
YUV46.39102.39119.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 61 (24.22% from 255) = 62.89%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=36.08%
G=62.89%
B=1.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal356110.4300.980.768696.7712.16
Hex233D12B0624C5661c
Octal4375153014211412614114
Binary1000111111011101011011000101001100101011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,1); }

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

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

 a { background-color: rgb(35,61,1); }

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

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

 span { border-color: rgb(35,61,1); }

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