Html Css Color HEX #002306 Deep Fir

📋 copy color: '#002306'

red 0 ◦ green 35 ◦ blue 6

#002306
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #002306

Tints of Deep Fir #002306

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 value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#002306 (or 0x002306) is known color: 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

RGB 0 35 6 -
CMYK 1 0 0.83 0.86
HSL 130.29º 1% 0.07% -
HSV(B) 130.29º 1% 0.14% -
XYZ 0.63 1.22 0.37 -
YUV 21.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 0 35 6 1 0 0.83 0.86 130.29 1 0.07
Hex 0 23 6 64 0 53 56 82 64 7
Octal 0 43 6 144 0 123 126 202 144 7
Binary 0 100011 110 1100100 0 1010011 1010110 10000010 1100100 111

Color Harmonies of #002306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002306

Black with #002306

Text Example


Text Example

White with #002306

Text Example


Text Example

HTML Codes & Css Web 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>