Html Css Color HEX #0F2B19 Deep Fir

📋 copy color: '#0F2B19'

red 15 ◦ green 43 ◦ blue 25

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

Shades of Deep Fir #0F2B19

Tints of Deep Fir #0F2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 51.81%

 BLUE value IS 25 (10.16% from 255) = 30.12%

R = 18.07%
G = 51.81%
B = 30.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.83

RGB Variations

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

Color information

#0F2B19 (or 0x0F2B19) is known color: Deep Fir. HEX triplet: 0F, 2B and 19. RGB value is (15,43,25). Sum of RGB (Red+Green+Blue) = 15+43+25=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 43 (17.19% from 255 or 51.81% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 43 - color contains mainly: green. Hex color #0F2B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2B19 is #F0D4E6. Grayscale: #202020. Windows color (decimal): -15783143 or 1649423. OLE color: 1649423.

HSL color Cylindrical-coordinate representation of color #0F2B19: hue angle of 141.43º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F2B19 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 43 25 -
CMYK 0.65 0 0.42 0.83
HSL 141.43º 0.48% 0.11% -
HSV(B) 141.43º 0.65% 0.17% -
XYZ 1.24 1.9 1.22 -
YUV 32.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 15 43 25 0.65 0 0.42 0.83 141.43 0.48 0.11
Hex F 2B 19 41 0 2A 53 8D 30 B
Octal 17 53 31 101 0 52 123 215 60 13
Binary 1111 101011 11001 1000001 0 101010 1010011 10001101 110000 1011

Color Harmonies of #0F2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2B19

Black with #0F2B19

Text Example


Text Example

White with #0F2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,43,25); }

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

background-color css

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

 a { background-color: rgb(15,43,25); }

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

border-color css

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

 span { border-color: rgb(15,43,25); }

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