#023008

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

Shades of Deep Fir #023008

Tints of Deep Fir #023008

Color information

#023008 (or 0x023008) is unknown color: approx Deep Fir. HEX triplet: 02, 30 and 08. RGB value is (2,48,8). Sum of RGB (Red+Green+Blue) = 2+48+8=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 48 (19.14% from 255 or 82.76% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 48 - color contains mainly: green. Hex color #023008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023008 is #FDCFF7. Grayscale: #1D1D1D. Windows color (decimal): -16633848 or 536578. OLE color: 536578.

HSL color Cylindrical-coordinate representation of color #023008: hue angle of 127.83º 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 #023008 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB2488-
CMYK0.9600.830.81
HSL127.83º92%9.8%-
HSV(B)127.83º95.83%18.82%-
XYZ1.132.140.58-
YUV29.69115.76108.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 48 (19.14% from 255) = 82.76%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=3.45%
G=82.76%
B=13.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal24880.9600.830.81127.83929.8
Hex23086005351805ca
Octal26010140012312120013412
Binary10110000100011000000101001110100011000000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023008; }

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

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

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

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

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

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

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

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