#00B61E

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

Shades of Dark Pastel Green #00B61E

Tints of Dark Pastel Green #00B61E

Color information

#00B61E (or 0x00B61E) is unknown color: approx Dark Pastel Green. HEX triplet: 00, B6 and 1E. RGB value is (0,182,30). Sum of RGB (Red+Green+Blue) = 0+182+30=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 182 (71.48% from 255 or 85.85% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 182 - color contains mainly: green. Hex color #00B61E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B61E is #FF49E1. Grayscale: #6E6E6E. Windows color (decimal): -16730594 or 2012672. OLE color: 2012672.

HSL color Cylindrical-coordinate representation of color #00B61E: hue angle of 129.89º 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 #00B61E is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB018230-
CMYK100.840.29
HSL129.89º100%35.69%-
HSV(B)129.89º100%71.37%-
XYZ16.9633.556.81-
YUV110.2582.749.36-

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) = 85.85%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=0%
G=85.85%
B=14.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal018230100.840.29129.8910035.69
Hex0B61E640541D826424
Octal02663614401243520214444
Binary0101101101111011001000101010011101100000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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