Html Css Color HEX #0F421E Deep Fir

📋 copy color: '#0F421E'

red 15 ◦ green 66 ◦ blue 30

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

Shades of Deep Fir #0F421E

Tints of Deep Fir #0F421E

RGB

 RED value IS 15 (6.25% from 255) = 13.51%

 GREEN value IS 66 (26.17% from 255) = 59.46%

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 13.51%
G = 59.46%
B = 27.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#0F421E (or 0x0F421E) is known color: Deep Fir. HEX triplet: 0F, 42 and 1E. RGB value is (15,66,30). Sum of RGB (Red+Green+Blue) = 15+66+30=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #0F421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F421E is #F0BDE1. Grayscale: #2E2E2E. Windows color (decimal): -15777250 or 1982991. OLE color: 1982991.

HSL color Cylindrical-coordinate representation of color #0F421E: hue angle of 137.65º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F421E is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 30 -
CMYK 0.77 0 0.55 0.74
HSL 137.65º 0.63% 0.16% -
HSV(B) 137.65º 0.77% 0.26% -
XYZ 2.38 4.09 1.89 -
YUV 46.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 15 66 30 0.77 0 0.55 0.74 137.65 0.63 0.16
Hex F 42 1E 4D 0 37 4A 8A 3F 10
Octal 17 102 36 115 0 67 112 212 77 20
Binary 1111 1000010 11110 1001101 0 110111 1001010 10001010 111111 10000

Color Harmonies of #0F421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F421E

Black with #0F421E

Text Example


Text Example

White with #0F421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F421E; }

 p { color: rgb(15,66,30); }

 H1.HeaderClassName
 {
   color: #0F421E;
 }
 .AnyTagClassName
 {
   color: #0F421E;
 }
</style>

background-color css

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

 a { background-color: rgb(15,66,30); }

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

border-color css

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

 span { border-color: rgb(15,66,30); }

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