#00B63A

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

Shades of Dark Pastel Green #00B63A

Tints of Dark Pastel Green #00B63A

Color information

#00B63A (or 0x00B63A) is unknown color: approx Dark Pastel Green. HEX triplet: 00, B6 and 3A. RGB value is (0,182,58). Sum of RGB (Red+Green+Blue) = 0+182+58=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 182 (71.48% from 255 or 75.83% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 182 - color contains mainly: green. Hex color #00B63A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B63A is #FF49C5. Grayscale: #717171. Windows color (decimal): -16730566 or 3847680. OLE color: 3847680.

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

Color convert

RGB018258-
CMYK100.680.29
HSL139.12º100%35.69%-
HSV(B)139.12º100%71.37%-
XYZ17.4933.769.6-
YUV113.4596.747.08-

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) = 75.83%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=0%
G=75.83%
B=24.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal018258100.680.29139.1210035.69
Hex0B63A640441D8b6424
Octal02667214401043521314444
Binary01011011011101011001000100010011101100010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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