#01B235

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

Shades of Dark Pastel Green #01B235

Tints of Dark Pastel Green #01B235

Color information

#01B235 (or 0x01B235) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B2 and 35. RGB value is (1,178,53). Sum of RGB (Red+Green+Blue) = 1+178+53=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 178 (69.92% from 255 or 76.72% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 178 - color contains mainly: green. Hex color #01B235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B235 is #FE4DCA. Grayscale: #6F6F6F. Windows color (decimal): -16666059 or 3518977. OLE color: 3518977.

HSL color Cylindrical-coordinate representation of color #01B235: hue angle of 137.63º 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 #01B235 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB117853-
CMYK0.9900.700.30
HSL137.63º98.88%35.1%-
HSV(B)137.63º99.44%69.8%-
XYZ16.5832.18.69-
YUV110.8395.3649.66-

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.72%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=0.43%
G=76.72%
B=22.84%

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
Decimal1178530.9900.700.30137.6398.8835.1
Hex1B235630461E8a6323
Octal12626514301063621214343
Binary11011001011010111000110100011011110100010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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