Html Css Color HEX #0A2512 Deep Fir

📋 copy color: '#0A2512'

red 10 ◦ green 37 ◦ blue 18

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

Shades of Deep Fir #0A2512

Tints of Deep Fir #0A2512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 27.69%

R = 15.38%
G = 56.92%
B = 27.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#0A2512 (or 0x0A2512) is known color: Deep Fir. HEX triplet: 0A, 25 and 12. RGB value is (10,37,18). Sum of RGB (Red+Green+Blue) = 10+37+18=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2512 is #F5DAED. Grayscale: #1A1A1A. Windows color (decimal): -16112366 or 1189130. OLE color: 1189130.

HSL color Cylindrical-coordinate representation of color #0A2512: hue angle of 137.78º 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 #0A2512 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 37 18 -
CMYK 0.73 0 0.51 0.85
HSL 137.78º 0.57% 0.09% -
HSV(B) 137.78º 0.73% 0.15% -
XYZ 0.9 1.43 0.8 -
YUV 26.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 10 37 18 0.73 0 0.51 0.85 137.78 0.57 0.09
Hex A 25 12 49 0 33 55 8A 39 9
Octal 12 45 22 111 0 63 125 212 71 11
Binary 1010 100101 10010 1001001 0 110011 1010101 10001010 111001 1001

Color Harmonies of #0A2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2512

Black with #0A2512

Text Example


Text Example

White with #0A2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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