Html Css Color HEX #0F2D15 Deep Fir

📋 copy color: '#0F2D15'

red 15 ◦ green 45 ◦ blue 21

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

Shades of Deep Fir #0F2D15

Tints of Deep Fir #0F2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 55.56%

 BLUE value IS 21 (8.59% from 255) = 25.93%

R = 18.52%
G = 55.56%
B = 25.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.82

RGB Variations

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

Color information

#0F2D15 (or 0x0F2D15) is known color: Deep Fir. HEX triplet: 0F, 2D and 15. RGB value is (15,45,21). Sum of RGB (Red+Green+Blue) = 15+45+21=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2D15 is #F0D2EA. Grayscale: #212121. Windows color (decimal): -15782635 or 1387791. OLE color: 1387791.

HSL color Cylindrical-coordinate representation of color #0F2D15: hue angle of 132º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2D15 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 45 21 -
CMYK 0.67 0 0.53 0.82
HSL 132º 0.5% 0.12% -
HSV(B) 132º 0.67% 0.18% -
XYZ 1.27 2.03 1.03 -
YUV 33.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 15 45 21 0.67 0 0.53 0.82 132 0.5 0.12
Hex F 2D 15 43 0 35 52 84 32 C
Octal 17 55 25 103 0 65 122 204 62 14
Binary 1111 101101 10101 1000011 0 110101 1010010 10000100 110010 1100

Color Harmonies of #0F2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2D15

Black with #0F2D15

Text Example


Text Example

White with #0F2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,45,21); }

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

background-color css

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

 a { background-color: rgb(15,45,21); }

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

border-color css

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

 span { border-color: rgb(15,45,21); }

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