#0A7B23

Color #0A7B23 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0A7B23

Tints of Forest Green #0A7B23

Color information

#0A7B23 (or 0x0A7B23) is unknown color: approx Forest Green. HEX triplet: 0A, 7B and 23. RGB value is (10,123,35). Sum of RGB (Red+Green+Blue) = 10+123+35=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 123 (48.44% from 255 or 73.21% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7B23 is #F584DC. Grayscale: #4F4F4F. Windows color (decimal): -16090333 or 2325258. OLE color: 2325258.

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

Color convert

RGB1012335-
CMYK0.9200.720.52
HSL133.27º84.96%26.08%-
HSV(B)133.27º91.87%48.24%-
XYZ7.5114.353.96-
YUV79.18103.0678.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 123 (48.44% from 255) = 73.21%
BLUE value IS 35 (14.06% from 255) = 20.83%
R=5.95%
G=73.21%
B=20.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10123350.9200.720.52133.2784.9626.08
HexA7B235C0483485551a
Octal121734313401106420512532
Binary1010111101110001110111000100100011010010000101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,123,35); }

 H1.HeaderClassName
 {
   color: #0A7B23;
 }
 .AnyTagClassName
 {
   color: #0A7B23;
 }
</style>
background-color css

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

 a { background-color: rgb(10,123,35); }

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

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

 span { border-color: rgb(10,123,35); }

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