Html Css Color HEX #0A2511 Deep Fir

📋 copy color: '#0A2511'

red 10 ◦ green 37 ◦ blue 17

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

Shades of Deep Fir #0A2511

Tints of Deep Fir #0A2511

RGB

 RED value IS 10 (4.3% from 255) = 15.63%

 GREEN value IS 37 (14.84% from 255) = 57.81%

 BLUE value IS 17 (7.03% from 255) = 26.56%

R = 15.63%
G = 57.81%
B = 26.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#0A2511 (or 0x0A2511) is known color: Deep Fir. HEX triplet: 0A, 25 and 11. RGB value is (10,37,17). Sum of RGB (Red+Green+Blue) = 10+37+17=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2511 is #F5DAEE. Grayscale: #1A1A1A. Windows color (decimal): -16112367 or 1123594. OLE color: 1123594.

HSL color Cylindrical-coordinate representation of color #0A2511: hue angle of 135.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A2511 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 37 17 -
CMYK 0.73 0 0.54 0.85
HSL 135.56º 0.57% 0.09% -
HSV(B) 135.56º 0.73% 0.15% -
XYZ 0.89 1.43 0.76 -
YUV 26.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 10 37 17 0.73 0 0.54 0.85 135.56 0.57 0.09
Hex A 25 11 49 0 36 55 88 39 9
Octal 12 45 21 111 0 66 125 210 71 11
Binary 1010 100101 10001 1001001 0 110110 1010101 10001000 111001 1001

Color Harmonies of #0A2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2511

Black with #0A2511

Text Example


Text Example

White with #0A2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,37,17); }

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

background-color css

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

 a { background-color: rgb(10,37,17); }

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

border-color css

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

 span { border-color: rgb(10,37,17); }

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