Html Css Color HEX #0A4B15 Deep Fir

📋 copy color: '#0A4B15'

red 10 ◦ green 75 ◦ blue 21

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

Shades of Deep Fir #0A4B15

Tints of Deep Fir #0A4B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 70.75%

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

R = 9.43%
G = 70.75%
B = 19.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#0A4B15 (or 0x0A4B15) is known color: Deep Fir. HEX triplet: 0A, 4B and 15. RGB value is (10,75,21). Sum of RGB (Red+Green+Blue) = 10+75+21=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 75 (29.69% from 255 or 70.75% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4B15 is #F5B4EA. Grayscale: #313131. Windows color (decimal): -16102635 or 1395466. OLE color: 1395466.

HSL color Cylindrical-coordinate representation of color #0A4B15: hue angle of 130.15º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4B15 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 75 21 -
CMYK 0.87 0 0.72 0.71
HSL 130.15º 0.76% 0.17% -
HSV(B) 130.15º 0.87% 0.29% -
XYZ 2.78 5.15 1.56 -
YUV 49.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 10 75 21 0.87 0 0.72 0.71 130.15 0.76 0.17
Hex A 4B 15 57 0 48 47 82 4C 11
Octal 12 113 25 127 0 110 107 202 114 21
Binary 1010 1001011 10101 1010111 0 1001000 1000111 10000010 1001100 10001

Color Harmonies of #0A4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4B15

Black with #0A4B15

Text Example


Text Example

White with #0A4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,75,21); }

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

background-color css

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

 a { background-color: rgb(10,75,21); }

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

border-color css

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

 span { border-color: rgb(10,75,21); }

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