Html Css Color HEX #0A9328 Forest Green

📋 copy color: '#0A9328'

red 10 ◦ green 147 ◦ blue 40

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

Shades of Forest Green #0A9328

Tints of Forest Green #0A9328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 74.62%

 BLUE value IS 40 (16.02% from 255) = 20.3%

R = 5.08%
G = 74.62%
B = 20.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#0A9328 (or 0x0A9328) is known color: Forest Green. HEX triplet: 0A, 93 and 28. RGB value is (10,147,40). Sum of RGB (Red+Green+Blue) = 10+147+40=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 147 (57.81% from 255 or 74.62% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9328 is #F56CD7. Grayscale: #5E5E5E. Windows color (decimal): -16084184 or 2659082. OLE color: 2659082.

HSL color Cylindrical-coordinate representation of color #0A9328: hue angle of 133.14º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9328 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 147 40 -
CMYK 0.93 0 0.73 0.42
HSL 133.14º 0.87% 0.31% -
HSV(B) 133.14º 0.93% 0.58% -
XYZ 10.94 21.09 5.5 -
YUV 93.84 97.61 68.2 -
System Red Green Blue C M Y K H S L
Decimal 10 147 40 0.93 0 0.73 0.42 133.14 0.87 0.31
Hex A 93 28 5D 0 49 2A 85 57 1F
Octal 12 223 50 135 0 111 52 205 127 37
Binary 1010 10010011 101000 1011101 0 1001001 101010 10000101 1010111 11111

Color Harmonies of #0A9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9328

Black with #0A9328

Text Example


Text Example

White with #0A9328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,40); }

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

background-color css

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

 a { background-color: rgb(10,147,40); }

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

border-color css

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

 span { border-color: rgb(10,147,40); }

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