Html Css Color HEX #0A3F18 Deep Fir

📋 copy color: '#0A3F18'

red 10 ◦ green 63 ◦ blue 24

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

Shades of Deep Fir #0A3F18

Tints of Deep Fir #0A3F18

RGB

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

 GREEN value IS 63 (25% from 255) = 64.95%

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 10.31%
G = 64.95%
B = 24.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#0A3F18 (or 0x0A3F18) is known color: Deep Fir. HEX triplet: 0A, 3F and 18. RGB value is (10,63,24). Sum of RGB (Red+Green+Blue) = 10+63+24=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 63 (25% from 255 or 64.95% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3F18 is #F5C0E7. Grayscale: #2A2A2A. Windows color (decimal): -16105704 or 1589002. OLE color: 1589002.

HSL color Cylindrical-coordinate representation of color #0A3F18: hue angle of 135.85º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3F18 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 63 24 -
CMYK 0.84 0 0.62 0.75
HSL 135.85º 0.73% 0.14% -
HSV(B) 135.85º 0.84% 0.25% -
XYZ 2.07 3.69 1.47 -
YUV 42.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 10 63 24 0.84 0 0.62 0.75 135.85 0.73 0.14
Hex A 3F 18 54 0 3E 4B 88 49 E
Octal 12 77 30 124 0 76 113 210 111 16
Binary 1010 111111 11000 1010100 0 111110 1001011 10001000 1001001 1110

Color Harmonies of #0A3F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3F18

Black with #0A3F18

Text Example


Text Example

White with #0A3F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,24); }

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

background-color css

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

 a { background-color: rgb(10,63,24); }

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

border-color css

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

 span { border-color: rgb(10,63,24); }

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