#01B73A

Color #01B73A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01B73A

Tints of Dark Pastel Green #01B73A

Color information

#01B73A (or 0x01B73A) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B7 and 3A. RGB value is (1,183,58). Sum of RGB (Red+Green+Blue) = 1+183+58=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 183 (71.88% from 255 or 75.62% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 183 - color contains mainly: green. Hex color #01B73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B73A is #FE48C5. Grayscale: #727272. Windows color (decimal): -16664774 or 3847937. OLE color: 3847937.

HSL color Cylindrical-coordinate representation of color #01B73A: hue angle of 138.79º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B73A is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB118358-
CMYK0.9900.680.28
HSL138.79º98.91%36.08%-
HSV(B)138.79º99.45%71.76%-
XYZ17.7134.189.67-
YUV114.3396.247.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 183 (71.88% from 255) = 75.62%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=0.41%
G=75.62%
B=23.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1183580.9900.680.28138.7998.9136.08
Hex1B73A630441C8b6324
Octal12677214301043421314344
Binary11011011111101011000110100010011100100010111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B73A; }

 p { color: rgb(1,183,58); }

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

<style>
 a { background-color: #01B73A; }

 a { background-color: rgb(1,183,58); }

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

<style>
 span { border-color: #01B73A; }

 span { border-color: rgb(1,183,58); }

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