Html Css Color HEX #02300C Deep Fir

📋 copy color: '#02300C'

red 2 ◦ green 48 ◦ blue 12

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

Shades of Deep Fir #02300C

Tints of Deep Fir #02300C

RGB

 RED value IS 2 (1.17% from 255) = 3.23%

 GREEN value IS 48 (19.14% from 255) = 77.42%

 BLUE value IS 12 (5.08% from 255) = 19.35%

R = 3.23%
G = 77.42%
B = 19.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#02300C (or 0x02300C) is known color: Deep Fir. HEX triplet: 02, 30 and 0C. RGB value is (2,48,12). Sum of RGB (Red+Green+Blue) = 2+48+12=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #02300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02300C is #FDCFF3. Grayscale: #1E1E1E. Windows color (decimal): -16633844 or 798722. OLE color: 798722.

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

Color convert

RGB 2 48 12 -
CMYK 0.96 0 0.75 0.81
HSL 133.04º 0.92% 0.1% -
HSV(B) 133.04º 0.96% 0.19% -
XYZ 1.15 2.15 0.7 -
YUV 30.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 2 48 12 0.96 0 0.75 0.81 133.04 0.92 0.1
Hex 2 30 C 60 0 4B 51 85 5C A
Octal 2 60 14 140 0 113 121 205 134 12
Binary 10 110000 1100 1100000 0 1001011 1010001 10000101 1011100 1010

Color Harmonies of #02300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02300C

Black with #02300C

Text Example


Text Example

White with #02300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02300C; }

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

 H1.HeaderClassName
 {
   color: #02300C;
 }
 .AnyTagClassName
 {
   color: #02300C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #02300C;
 }
 .BgClassName
 {
   background-color: #02300C;
 }
</style>

border-color css

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

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

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