Html Css Color HEX #0A8319 Forest Green

📋 copy color: '#0A8319'

red 10 ◦ green 131 ◦ blue 25

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

Shades of Forest Green #0A8319

Tints of Forest Green #0A8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 78.92%

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

R = 6.02%
G = 78.92%
B = 15.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#0A8319 (or 0x0A8319) is known color: Forest Green. HEX triplet: 0A, 83 and 19. RGB value is (10,131,25). Sum of RGB (Red+Green+Blue) = 10+131+25=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 131 (51.56% from 255 or 78.92% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8319 is #F57CE6. Grayscale: #535353. Windows color (decimal): -16088295 or 1671946. OLE color: 1671946.

HSL color Cylindrical-coordinate representation of color #0A8319: hue angle of 127.44º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8319 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 131 25 -
CMYK 0.92 0 0.81 0.49
HSL 127.44º 0.86% 0.28% -
HSV(B) 127.44º 0.92% 0.51% -
XYZ 8.42 16.37 3.64 -
YUV 82.74 95.41 76.12 -
System Red Green Blue C M Y K H S L
Decimal 10 131 25 0.92 0 0.81 0.49 127.44 0.86 0.28
Hex A 83 19 5C 0 51 31 7F 56 1C
Octal 12 203 31 134 0 121 61 177 126 34
Binary 1010 10000011 11001 1011100 0 1010001 110001 1111111 1010110 11100

Color Harmonies of #0A8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8319

Black with #0A8319

Text Example


Text Example

White with #0A8319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,131,25); }

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

background-color css

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

 a { background-color: rgb(10,131,25); }

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

border-color css

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

 span { border-color: rgb(10,131,25); }

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