Html Css Color HEX #0A7D25 Forest Green

📋 copy color: '#0A7D25'

red 10 ◦ green 125 ◦ blue 37

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

Shades of Forest Green #0A7D25

Tints of Forest Green #0A7D25

RGB

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

 GREEN value IS 125 (49.22% from 255) = 72.67%

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 5.81%
G = 72.67%
B = 21.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#0A7D25 (or 0x0A7D25) is known color: Forest Green. HEX triplet: 0A, 7D and 25. RGB value is (10,125,37). Sum of RGB (Red+Green+Blue) = 10+125+37=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 125 (49.22% from 255 or 72.67% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7D25 is #F582DA. Grayscale: #505050. Windows color (decimal): -16089819 or 2456842. OLE color: 2456842.

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

Color convert

RGB 10 125 37 -
CMYK 0.92 0 0.70 0.51
HSL 134.09º 0.85% 0.26% -
HSV(B) 134.09º 0.92% 0.49% -
XYZ 7.79 14.87 4.21 -
YUV 80.58 103.4 77.66 -
System Red Green Blue C M Y K H S L
Decimal 10 125 37 0.92 0 0.70 0.51 134.09 0.85 0.26
Hex A 7D 25 5C 0 46 33 86 55 1A
Octal 12 175 45 134 0 106 63 206 125 32
Binary 1010 1111101 100101 1011100 0 1000110 110011 10000110 1010101 11010

Color Harmonies of #0A7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7D25

Black with #0A7D25

Text Example


Text Example

White with #0A7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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