#00B641

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

Shades of Dark Pastel Green #00B641

Tints of Dark Pastel Green #00B641

Color information

#00B641 (or 0x00B641) is unknown color: approx Dark Pastel Green. HEX triplet: 00, B6 and 41. RGB value is (0,182,65). Sum of RGB (Red+Green+Blue) = 0+182+65=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 182 (71.48% from 255 or 73.68% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 182 - color contains mainly: green. Hex color #00B641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B641 is #FF49BE. Grayscale: #727272. Windows color (decimal): -16730559 or 4306432. OLE color: 4306432.

HSL color Cylindrical-coordinate representation of color #00B641: hue angle of 141.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B641 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB018265-
CMYK100.640.29
HSL141.43º100%35.69%-
HSV(B)141.43º100%71.37%-
XYZ17.6833.8410.6-
YUV114.24100.246.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 182 (71.48% from 255) = 73.68%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=0%
G=73.68%
B=26.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal018265100.640.29141.4310035.69
Hex0B641640401D8d6424
Octal026610114401003521514444
Binary010110110100000111001000100000011101100011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B641; }

 p { color: rgb(0,182,65); }

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

<style>
 a { background-color: #00B641; }

 a { background-color: rgb(0,182,65); }

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

<style>
 span { border-color: #00B641; }

 span { border-color: rgb(0,182,65); }

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