Html Css Color HEX #023C0F Deep Fir

📋 copy color: '#023C0F'

red 2 ◦ green 60 ◦ blue 15

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

Shades of Deep Fir #023C0F

Tints of Deep Fir #023C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 77.92%

 BLUE value IS 15 (6.25% from 255) = 19.48%

R = 2.6%
G = 77.92%
B = 19.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#023C0F (or 0x023C0F) is known color: Deep Fir. HEX triplet: 02, 3C and 0F. RGB value is (2,60,15). Sum of RGB (Red+Green+Blue) = 2+60+15=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 60 (23.83% from 255 or 77.92% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 60 - color contains mainly: green. Hex color #023C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C0F is #FDC3F0. Grayscale: #252525. Windows color (decimal): -16630769 or 998402. OLE color: 998402.

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

Color convert

RGB 2 60 15 -
CMYK 0.97 0 0.75 0.76
HSL 133.45º 0.94% 0.12% -
HSV(B) 133.45º 0.97% 0.24% -
XYZ 1.73 3.28 0.99 -
YUV 37.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 2 60 15 0.97 0 0.75 0.76 133.45 0.94 0.12
Hex 2 3C F 61 0 4B 4C 85 5E C
Octal 2 74 17 141 0 113 114 205 136 14
Binary 10 111100 1111 1100001 0 1001011 1001100 10000101 1011110 1100

Color Harmonies of #023C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C0F

Black with #023C0F

Text Example


Text Example

White with #023C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023C0F; }

 p { color: rgb(2,60,15); }

 H1.HeaderClassName
 {
   color: #023C0F;
 }
 .AnyTagClassName
 {
   color: #023C0F;
 }
</style>

background-color css

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

 a { background-color: rgb(2,60,15); }

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

border-color css

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

 span { border-color: rgb(2,60,15); }

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