#01B236

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

Shades of Dark Pastel Green #01B236

Tints of Dark Pastel Green #01B236

Color information

#01B236 (or 0x01B236) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B2 and 36. RGB value is (1,178,54). Sum of RGB (Red+Green+Blue) = 1+178+54=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 178 (69.92% from 255 or 76.39% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 178 - color contains mainly: green. Hex color #01B236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B236 is #FE4DC9. Grayscale: #6F6F6F. Windows color (decimal): -16666058 or 3584513. OLE color: 3584513.

HSL color Cylindrical-coordinate representation of color #01B236: hue angle of 137.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B236 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB117854-
CMYK0.9900.700.30
HSL137.97º98.88%35.1%-
HSV(B)137.97º99.44%69.8%-
XYZ16.632.118.81-
YUV110.9495.8649.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 178 (69.92% from 255) = 76.39%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=0.43%
G=76.39%
B=23.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1178540.9900.700.30137.9798.8835.1
Hex1B236630461E8a6323
Octal12626614301063621214343
Binary11011001011011011000110100011011110100010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,178,54); }

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

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

 a { background-color: rgb(1,178,54); }

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

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

 span { border-color: rgb(1,178,54); }

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