#0A731B

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

Shades of Green #0A731B

Tints of Green #0A731B

Color information

#0A731B (or 0x0A731B) is unknown color: approx Green. HEX triplet: 0A, 73 and 1B. RGB value is (10,115,27). Sum of RGB (Red+Green+Blue) = 10+115+27=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #0A731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A731B is #F58CE4. Grayscale: #494949. Windows color (decimal): -16092389 or 1798922. OLE color: 1798922.

HSL color Cylindrical-coordinate representation of color #0A731B: hue angle of 129.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A731B is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1011527-
CMYK0.9100.770.55
HSL129.71º84%24.51%-
HSV(B)129.71º91.3%45.1%-
XYZ6.4512.413.09-
YUV73.57101.7182.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 115 (45.31% from 255) = 75.66%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=6.58%
G=75.66%
B=17.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115270.9100.770.55129.718424.51
HexA731B5B04D37825419
Octal121633313301156720212431
Binary101011100111101110110110100110111011110000010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,115,27); }

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

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

 a { background-color: rgb(10,115,27); }

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

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

 span { border-color: rgb(10,115,27); }

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