#002306

Color #002306 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #002306

Tints of Deep Fir #002306

Color information

#002306 (or 0x002306) is unknown color: approx Deep Fir. HEX triplet: 00, 23 and 06. RGB value is (0,35,6). Sum of RGB (Red+Green+Blue) = 0+35+6=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 35 (14.06% from 255 or 85.37% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 35 - color contains mainly: green. Hex color #002306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002306 is #FFDCF9. Grayscale: #151515. Windows color (decimal): -16768250 or 402176. OLE color: 402176.

HSL color Cylindrical-coordinate representation of color #002306: hue angle of 130.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002306 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB0356-
CMYK100.830.86
HSL130.29º100%6.86%-
HSV(B)130.29º100%13.73%-
XYZ0.631.220.37-
YUV21.23119.4112.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 85.37%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=0%
G=85.37%
B=14.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0356100.830.86130.291006.86
Hex0236640535682647
Octal043614401231262021447
Binary01000111101100100010100111010110100000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002306; }

 p { color: rgb(0,35,6); }

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

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

 a { background-color: rgb(0,35,6); }

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

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

 span { border-color: rgb(0,35,6); }

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